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
Build settings dialog's dimensions...
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Build settings dialog's dimensions...
I agree, 2 many notebooks theremarfi wrote:it would be nice to redesign "Build Settings" dialog window (especially a "General" panel)
You should get one ASAP!marfi wrote:Not all of us own 22´+ diplays...
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Build settings dialog's dimensions...
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
here is a screenshot:
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Re: Build settings dialog's dimensions...
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
Regards
Michal
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Build settings dialog's dimensions...
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
I believe that it has to do with the sizer's proportion flag, I will have a look at it
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Build settings dialog's dimensions...
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
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
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Re: Build settings dialog's dimensions...
Thank you for quick solution!
Regards
marfi
Regards
marfi