diff options
author | Timothy Pearson <[email protected]> | 2014-10-08 00:33:34 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-08 00:33:34 -0500 |
commit | f4dab230c4d9f9e2aca86df98d2ee7398f9988aa (patch) | |
tree | 0d2b9292ae4ba365aab22c59a2de05146e407ee7 /kcontrol/kicker/menutab.ui | |
parent | 4724b1a838bf20c85309d8812c1a0bd23bbf2f90 (diff) | |
download | tdebase-f4dab230c4d9f9e2aca86df98d2ee7398f9988aa.tar.gz tdebase-f4dab230c4d9f9e2aca86df98d2ee7398f9988aa.zip |
Push the top menu banner support patches from Bug 1499
These are disabled by default and need additional repair but this is a good start
Diffstat (limited to 'kcontrol/kicker/menutab.ui')
-rw-r--r-- | kcontrol/kicker/menutab.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kcontrol/kicker/menutab.ui b/kcontrol/kicker/menutab.ui index aa488c1b0..5d3f8fcfe 100644 --- a/kcontrol/kicker/menutab.ui +++ b/kcontrol/kicker/menutab.ui @@ -288,6 +288,22 @@ </widget> <widget class="TQCheckBox"> <property name="name"> + <cstring>kcfg_UseTopPixmap</cstring> + </property> + <property name="text"> + <string>Show top ima&ge</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string><qt>When this option is selected an image will appear on top of the TDE Menu. The image will be tinted according to your color settings. + + <p><b>Tip</b>: You can customize the image that appears in the TDE Menu by putting image files called kside_top_left.png and kside_top_right.png, and a tileable image file called kside_top_tile.png in $TDEHOME/share/apps/kicker/pics.</qt></string> + </property> + </widget> + <widget class="TQCheckBox"> + <property name="name"> <cstring>kcfg_ShowKMenuText</cstring> </property> <property name="text"> |