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"?
Copy link to clipboard
Copied
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?