]> spindle.queued.net Git - xodist/commitdiff
Revert "debxo-lxde: set default lxde panel size to 40px"
authorAndres Salomon <dilinger@queued.net>
Mon, 22 Nov 2010 06:42:25 +0000 (22:42 -0800)
committerAndres Salomon <dilinger@queued.net>
Mon, 22 Nov 2010 06:42:25 +0000 (22:42 -0800)
This doesn't work; lxpanel seems to ignore it anyways.  I don't care
enough to keep at it right now.

This reverts commit dbe61d6cc4198ccb8a8876cbf3604ee03e0b245a.

configs/debxo-lxde/hooks

index 9d5d4189c2c38020f1dca3eb3ddb6f795b28f8eb..1e8380d53c6c983849686cf0946449ad3b31fc96 100644 (file)
@@ -85,13 +85,6 @@ Section "Screen"
 EndSection
 EOF
 
-       # configure default lxpanel size (it's awfully small otherwise)
-       F=${ROOT_DIR}/usr/share/lxpanel/profile/default/panels/panel
-       if [ -f ${F} ]; then
-               sed --in-place "s/height=26/height=40/" ${F}
-               sed --in-place "s/^}$/    iconsize=40\n}/" ${F}
-       fi
-
        # configure nodm
        F=${ROOT_DIR}/etc/default/nodm
        if [ -f ${F} ]; then