Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

What is the difference between Brush Palette and Brush Preset Panel?

Community Beginner ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

I'm not really a coder, but I'm trying to customize my UI. I've got a lot of help so far and I'm grateful.

Extracting strings from Photoshop.exe, I have found values for BrushPaletteHeight and BrushPaletteWidth. However changing the minimums here doesn't seem to affect my Brush Preset Panel (not sure if that's the right name, the one toggled through Window>Brushes).

I am unable to reduce the size of my Brush Presets Panel beyond a certain point.
Right now I've added the following to the locales/xx_XX/tw10428.dat with no effect:

"$$$/override/Globals/BrushPaletteWidth=10"
"$$$/override/Globals/BrushPaletteWidth/Tiny=10"
"$$$/override/Globals/BrushPaletteWidth/Small=10"
"$$$/override/Globals/BrushPaletteWidth/Medium=10"
"$$$/override/Globals/BrushPaletteWidth/Large=10"
"$$$/override/Globals/BrushPaletteWidth/Windows=10"

"$$$/override/Globals/BrushPaletteHeight=10"
"$$$/override/Globals/BrushPaletteHeight/Tiny=10"
"$$$/override/Globals/BrushPaletteHeight/Small=10"
"$$$/override/Globals/BrushPaletteHeight/Medium=10"
"$$$/override/Globals/BrushPaletteHeight/Large=10"
"$$$/override/Globals/BrushPaletteHeight/Windows=10"

"$$$/override/Globals/BrushPresetsPanelWidth=10"
"$$$/override/Globals/BrushPresetsPanelWidth/Tiny=10"
"$$$/override/Globals/BrushPresetsPanelWidth/Small=10"
"$$$/override/Globals/BrushPresetsPanelWidth/Medium=10"
"$$$/override/Globals/BrushPresetsPanelWidth/Large=10"
"$$$/override/Globals/BrushPresetsPanelWidth/Windows=10"

"$$$/override/Globals/BrushPresetsPanelHeight=10"
"$$$/override/Globals/BrushPresetsPanelHeight/Tiny=10"
"$$$/override/Globals/BrushPresetsPanelHeight/Small=10"
"$$$/override/Globals/BrushPresetsPanelHeight/Medium=10"
"$$$/override/Globals/BrushPresetsPanelHeight/Large=10"
"$$$/override/Globals/BrushPresetsPanelHeight/Windows=10"


Neither of these can be reduced past a certain size. On a side note, is one of these the Brush Palette and one the Brush Preset Panel? What exactly is the "Brush Palette"?
SS 23_01_18_07_10_51.pngSS 23_01_18_07_10_47.png

TOPICS
Windows

Views

145
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Beginner ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

LATEST

Small update: using "$$$/BrushPresetsPanel/Title=XXXX" has worked, so I know the panel name I want to resize, though I'm guessing that BrushPaletteWidth is still pointing to the thing I want too.

I have learned that
"$$$/override/Globals/HistoryPaletteWidth/Small=10"
works on the history panel, yet
"$$$/override/Globals/BrushPaletteWidth/Small=10"
does not work for the brush panel, so I'm guessing that something else needs to be changed somewhere else.

Any variable name I can try to change the minimum size? Or will this be somewhere else entirely?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines