Home » Community » Newbie corner » Upp GUI size in Win and Ubuntu
Re: Upp GUI size in Win and Ubuntu [message #39966 is a reply to message #39916] |
Sun, 19 May 2013 01:53   |
 |
Klugier
Messages: 1099 Registered: September 2012 Location: Poland, Kraków
|
Senior Contributor |
|
|
Hello nlneilson,
Did you solve the problem?
In meanwhile, I have thought how we can fix this issue. The first alternative is to make conditional layout and make perfect layout on your target os. And don't forget about NOGTK flag. X11 mode is more stable than GTK backend. On the other hand this solution is not efficient, because you need to develop all your layouts together.
I have enclosed sample code:
#ifdef PLATFORM_X11
class MainWindow : public WithMainWindowLayoutX11 {
#else
class MainWindow : public WithMainWindowLayout {
#endif
You can alsow use following function:
This function will transform your current colors and widgets to more similar to that used in "wine".
Sincerely,
Klugier
U++ - one framework to rule them all.
[Updated on: Sun, 19 May 2013 02:54] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Wed Apr 30 17:42:15 CEST 2025
Total time taken to generate the page: 0.03001 seconds
|