From 90417b1cbe6a647493c9eab2814dfe750afdc60f Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Sun, 21 Nov 2010 22:42:25 -0800 Subject: [PATCH] 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. --- configs/debxo-lxde/hooks | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.39.5