Do not set deselected icons to grayscale. It seems to be more difficult to identify the window. Thanks to Chani for the feedback.
svn path=/trunk/KDE/kdebase/workspace/; revision=1042346
This commit is contained in:
parent
4591f8bacd
commit
93ac3e14e3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<tabbox_layouts>
|
||||
<layout name="Default" highlight_selected_icon="true" grayscale_deselected_icon="true">
|
||||
<layout name="Default" highlight_selected_icon="true" grayscale_deselected_icon="false">
|
||||
<row>
|
||||
<element type="2" icon_size="32.0" width="40.0" row_span="true" />
|
||||
<element type="0" stretch="true" small="false" bold="true" italic="false" italic_minimized="true" prefix_minimized="(" suffix_minimized=")" horizontal_alignment="center" />
|
||||
|
@ -10,7 +10,7 @@
|
|||
<element type="1" stretch="true" small="true" italic="true" horizontal_alignment="center" />
|
||||
</row>
|
||||
</layout>
|
||||
<layout name="Compact" highlight_selected_icon="true" grayscale_deselected_icon="true">
|
||||
<layout name="Compact" highlight_selected_icon="true" grayscale_deselected_icon="false">
|
||||
<row>
|
||||
<element type="2" icon_size="16.0" width="24.0" />
|
||||
<element type="0" stretch="true" bold="true" italic_minimized="true" prefix_minimized="(" suffix_minimized=")" horizontal_alignment="left" vertical_alignment="bottom" small="true" />
|
||||
|
|
Loading…
Reference in a new issue