new oxygen theme doesn't fit some dialogs, eg: package group choice (See attached screenshot)
CC: (none) => fundawang
CC: (none) => hugo
Created attachment 2450 [details] "package group selection" dialog with too big widgets with oxygen
Thanks Thierry, will have a look. Also the screenshot makes the problem with the background gradient quite obvious (that's the other bug), so definitely the right way is to disable it. (I wonder if I can detect the number of available colors within the style and disable automatically).
Calling gdk-drawable-get-depth on the gdkwindow of a gtk widget should do it. See http://developer.gnome.org/gdk/stable/gdk-Drawing-Primitives.html#gdk-drawable-get-depth Remember we're still using gtk+-2.x for now
A simple solution is dropping some of the items :p Acturally, I don't know what Network Client and Configuration are, personally. The problem might be the interface does no use container correctly. If something could not fit the container, a vertical scrollbar should appear.
Assignee: bugsquad => hugo
CC: hugo => (none)
We try hard not to use scrollbars and to make everything fit. We do NOT want a scrollbar :-) Which it did for 12 years.
We try hard not to use scrollbars and to make everything fit. Which it did for 12 years. We do NOT want a scrollbar :-)
... well there seem to be still room on the page. Maybe make the widget higher ? How does it work based on different screen sizes ?
Assignee: hugo => bugsquad
The dialog is fixed sized so that it fits in all supported resolutions: - 800x600 (default) - 640x480 (if "vgalow" is passed) - 1024x768 (if "vgahi" is passed) We use the fb driver which enables us to work everywhere. In the second case, we disable the left bar.
*** Bug 6452 has been marked as a duplicate of this bug. ***
CC: (none) => ftg
Should we consider this bug 'fixed' in some way ?
No
Mga5 installer uses Adwaita theme instead of Oxygen-gtk
Status: NEW => RESOLVEDResolution: (none) => OLD