08-15-2024, 05:30 PM
(This post was last modified: 08-15-2024, 05:35 PM by rich2005.
Edit Reason: typo
)
From your previous posts, Windows 11 and what looks like a 4k display.
No real solution until Gimp 3 comes along with support for HD displays but you can try adding a gtkrc file to your Gimp 2.10 User profile. example:
For ease that attached as a zip. Unzip and put gtkrc into C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\ folder
You can change the values for font / icon size
Does not work or you do not like ? - just delete the file.
No real solution until Gimp 3 comes along with support for HD displays but you can try adding a gtkrc file to your Gimp 2.10 User profile. example:
Code:
gtk-theme-name = "Default"
style "user-font"
{
font_name="Sans 18"
}
widget_class "*" style "user-font"
gtk-icon-sizes = "gtk-menu=30,30"
For ease that attached as a zip. Unzip and put gtkrc into C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\ folder
You can change the values for font / icon size
Does not work or you do not like ? - just delete the file.