Sublime Forum

Find dialog font size

#1

When I press “Ctrl + F”, find text field opens. I would like to change the size of text in this find text field to be always the same. Usually when I change the size of text for files, the size of font in find text field also changes.
I only want to change the font size in find text field.

0 Likes

#2

Use the “font_size” setting in a Widget.sublime-settings file. You can save this file in your Packages/User directory.

{
    "font_size": 42
}

This may effect other widgets too, for example the console output and console input field. For the console input field you could override the setting in a Console Input Widget.sublime-settings file. I don’t think there is a dedicated settings file which only affects the Find input field.

3 Likes