diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-10 16:55:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-10 16:55:58 -0500 |
commit | 137c3446f89fe808518981f974714161f794b364 (patch) | |
tree | c2510cece63d90384375b1daf0b708fb7b23169e /kicker/taskbar/taskbar.kcfg | |
parent | 4dc80faf840ee48bd4c0b8d5338a5274de013c39 (diff) | |
download | tdebase-137c3446f89fe808518981f974714161f794b364.tar.gz tdebase-137c3446f89fe808518981f974714161f794b364.zip |
Overhaul taskbar configuration system
This resolves Bug 1399
Diffstat (limited to 'kicker/taskbar/taskbar.kcfg')
-rw-r--r-- | kicker/taskbar/taskbar.kcfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kicker/taskbar/taskbar.kcfg b/kicker/taskbar/taskbar.kcfg index 7d8d1f5d9..246ee36b7 100644 --- a/kicker/taskbar/taskbar.kcfg +++ b/kicker/taskbar/taskbar.kcfg @@ -6,6 +6,11 @@ <kcfgfile arg="true"/> <group name="General"> + <entry key="UseGlobalSettings" type="Bool" > + <default>true</default> + <label>Use the global (floating) taskbar configuration</label> + <whatsthis>Turning this option off will cause the taskbar to ignore the global (floating) taskbar configuration, instead using a specific configuration for that particular taskbar.</whatsthis> + </entry> <entry key="ShowAllWindows" type="Bool" > <default>true</default> <label>Show windows from all desktops</label> |