[Github-comments] Re: [geany/geany] Is it possible to increase the menu font size in the Windows version of Geany 2.0 WITHOUT recompiling the program? (Issue #3652)

2023-10-24 Thread Colomban Wendling via Github-comments
@b4n converted this issue into discussion #3653.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3652#event-10759585164
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Is it possible to increase the menu font size in the Windows version of Geany 2.0 WITHOUT recompiling the program? (Issue #3652)

2023-10-24 Thread Colomban Wendling via Github-comments
Yes, you can adjust this with custom [GTK 
CSS](https://docs.gtk.org/gtk3/css-overview.html).  Go to [*Tools → 
Configuration Files → 
geany.css*](https://geany.org/manual/#customizing-geany-s-appearance-using-gtk-css),
 and insert something like `menu { font-size: 15pt; }` or `* { -gtk-dpi: 120; 
}`, save and restart Geany.

You might be interested in [GTK CSS 
properties](https://docs.gtk.org/gtk3/css-properties.html) as well.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3652#issuecomment-1778083193
You are receiving this because you are subscribed to this thread.

Message ID: