Page 1 of 1
Build settings dialog's dimensions...
Posted: Mon Dec 29, 2008 1:13 am
by marfi
Hi,
it would be nice to redesign "Build Settings" dialog window (especially a "General" panel) because it exceeds 1280x800 points in a vertical dimension.... Not all of us own 22´+ diplays...
Regards
marfi
Re: Build settings dialog's dimensions...
Posted: Mon Dec 29, 2008 10:05 am
by eranif
marfi wrote:it would be nice to redesign "Build Settings" dialog window (especially a "General" panel)
I agree, 2 many notebooks there
marfi wrote:Not all of us own 22´+ diplays...
You should get one ASAP!
Eran
Re: Build settings dialog's dimensions...
Posted: Tue Dec 30, 2008 3:34 am
by eranif
The 'Build Settings' dialog had a complete face lift. It now uses a tree control to the left instead of 3 nested notebooks.
here is a screenshot:
Eran
Re: Build settings dialog's dimensions...
Posted: Thu Jan 01, 2009 9:03 pm
by marfi
Nice work, but I have got one little problem: the build settings dialog expands on whole display area (it is probably caused by its previously stored layout) and cannot be resized (look at attached screenshot). More exactly, the dialog's height can be raised, but cannot be reduced. I use Ubuntu 8.10 (Gnome).
Regards
Michal
Re: Build settings dialog's dimensions...
Posted: Thu Jan 01, 2009 9:16 pm
by eranif
Yes, linux tend to do such annoying things
I believe that it has to do with the sizer's proportion flag, I will have a look at it
Eran
Re: Build settings dialog's dimensions...
Posted: Thu Jan 01, 2009 9:34 pm
by eranif
Problem fixed in svn trunk - you can now resize the dialog as you wish.
A side note:
There was a call to 'SetSizeHints(800, -1)', but it should have limited only the dialogs' width not the height - which worked as expected on Windows: you could not resize the width to <800, however, the height can be resized as you wished.
Seems like a bug in wxGTK to me.
Eran
Re: Build settings dialog's dimensions...
Posted: Thu Jan 01, 2009 10:33 pm
by marfi
Thank you for quick solution!
Regards
marfi