[Patch] System Settings : Improve General/Advanced tabs visibility
Nicolas Ternisien
nicolas.ternisien at gmail.com
Fri Mar 21 22:05:09 GMT 2008
Ok, so, conclusion :
- Remove bold font
- Add icon
- Reduce size of tab
About the use of a tab widget, this will prevent the possibility to
have full size tabs, because there is a QSpacerItem at the right of
the tab bar, so it couldn't take the entire horizontal space. IIRC, it
is however possible to have a tab bar which takes 66% of the
horizontal size with this solution. Is this could be satisfying ?
Regards
On Thu, Mar 20, 2008 at 3:43 PM, Michael Lentner <michaell at gmx.net> wrote:
>
> It would be better to use a tab widget with a custom bar. Using a tab bar
> without a tab frame should be avoided because the tab lines need a adjacent
> frame with the same line style. You see it in your screenshot, it doesn't fit
> and looks broken. Some styles may draw their tab background on the tab widget
> and only separators on the tabs. This will break also.
> And please make sure that the tabs fill the entire bar. With an uneven bar
> width the tabs will leave a gap of one pixel, which will make them jerky if
> the window gets resized.
>
> Michael
>
More information about the kde-core-devel
mailing list