Hello all,
I am happy user and maybe future developer of geany, and I am using it on my laptop that has a 7" 800x480 screen however it does not fit!!
Would a developer be so kind to change some things in the code like:
My available space to render windows are something like (800x480 - panel sizes 2x40) = 800x400)
Change the minimal hard coded sizes of all windows, so main screen and setting dialogues.
Kind regards,
Jelle
I'm just wondering, you can change the size of the toolbar icons in the options, aswell as you can size the panels quite easily. Why hard code this in Geany?
On Sat, 2008-02-16 at 17:49 +0100, Jelle de Jong wrote:
Hello all,
I am happy user and maybe future developer of geany, and I am using it on my laptop that has a 7" 800x480 screen however it does not fit!!
Would a developer be so kind to change some things in the code like:
My available space to render windows are something like (800x480 - panel sizes 2x40) = 800x400)
Change the minimal hard coded sizes of all windows, so main screen and setting dialogues.
Kind regards,
Jelle _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Sat, 16 Feb 2008 17:49:26 +0100, Jelle de Jong jelledejong@powercraft.nl wrote:
Hello all,
I am happy user and maybe future developer of geany, and I am using it on my laptop that has a 7" 800x480 screen however it does not fit!!
Would a developer be so kind to change some things in the code like:
My available space to render windows are something like (800x480 - panel sizes 2x40) = 800x400)
Change the minimal hard coded sizes of all windows, so main screen and setting dialogues.
Well, first you can change the minimum window sizes at your own. Open src/geany.h, edit GEANY_WINDOW_MINIMAL_WIDTH and GEANY_WINDOW_MINIMAL_HEIGHT and conpile Geany again.
Anyway, the current minimum sizes in the SVN version and in the 0.13 release are: 550x350.
See also https://sourceforge.net/tracker/?func=detail&atid=787791&aid=1883367....
Regards, Enrico