From: Andres Salomon Date: Mon, 22 Nov 2010 06:42:25 +0000 (-0800) Subject: Revert "debxo-lxde: set default lxde panel size to 40px" X-Git-Tag: v0.6~3 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=90417b1cbe6a647493c9eab2814dfe750afdc60f Revert "debxo-lxde: set default lxde panel size to 40px" 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. --- diff --git a/configs/debxo-lxde/hooks b/configs/debxo-lxde/hooks index 9d5d418..1e8380d 100644 --- a/configs/debxo-lxde/hooks +++ b/configs/debxo-lxde/hooks @@ -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