diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-03-13 14:19:17 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-03-13 14:19:17 +0000 |
commit | c5813ea61e3bf10182aca6a96a4d71c9f0a3e4b5 (patch) | |
tree | 69a4bda4c074f62b2df8b1b753c0468997cf584c /common/xfce4 | |
parent | 36d3a73caba624c48e50e06ecb0d0825ef736854 (diff) | |
download | config-c5813ea61e3bf10182aca6a96a4d71c9f0a3e4b5.tar config-c5813ea61e3bf10182aca6a96a4d71c9f0a3e4b5.tar.gz config-c5813ea61e3bf10182aca6a96a4d71c9f0a3e4b5.tar.bz2 config-c5813ea61e3bf10182aca6a96a4d71c9f0a3e4b5.tar.xz config-c5813ea61e3bf10182aca6a96a4d71c9f0a3e4b5.zip |
- icon's size on desktop is now 48
- main panel size is reduced to 32
- secondary panel size is reduced to 24
Diffstat (limited to 'common/xfce4')
-rw-r--r-- | common/xfce4/panel/panels.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/xfce4/panel/panels.xml b/common/xfce4/panel/panels.xml index 4094065..404d7a4 100644 --- a/common/xfce4/panel/panels.xml +++ b/common/xfce4/panel/panels.xml @@ -3,7 +3,7 @@ <panels> <panel> <properties> - <property name="size" value="30"/> + <property name="size" value="24"/> <property name="monitor" value="0"/> <property name="screen-position" value="11"/> <property name="fullwidth" value="1"/> @@ -26,7 +26,7 @@ </panel> <panel> <properties> - <property name="size" value="36"/> + <property name="size" value="32"/> <property name="monitor" value="0"/> <property name="screen-position" value="2"/> <property name="fullwidth" value="1"/> |