OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Linux Applications => Topic started by: hannes on April 17, 2007, 01:41:17 pm
-
I managed to compile grisbi (a personal finance manager) onboard on my SL-C1000 with OZ 3.5.4.1 installed. The problem is that the windows are too big for the screen (apart from the main window, whose size I can set in .grisbirc). Is there any way to limit the window size? The application uses gtk+.
-
I managed to compile grisbi (a personal finance manager) onboard on my SL-C1000 with OZ 3.5.4.1 installed. The problem is that the windows are too big for the screen (apart from the main window, whose size I can set in .grisbirc). Is there any way to limit the window size? The application uses gtk+.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159084\"][{POST_SNAPBACK}][/a][/div]
You could change all the dimension-related values in the source code down by some percent to make it fit on the screen. It may be tedious, but it should work.
-
Check out this thread
https://www.oesf.org/forums/index.php?showtopic=17312&st=0 (https://www.oesf.org/forums/index.php?showtopic=17312&st=0)
-
Check out this thread
https://www.oesf.org/forums/index.php?showtopic=17312&st=0 (https://www.oesf.org/forums/index.php?showtopic=17312&st=0)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159101\"][{POST_SNAPBACK}][/a][/div]
Thank you!