all repos — tint2 @ cd2d794c5a3344b9d77680e187879d0283d6c344

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Readding a line deleted by mistake

git-svn-id: http://tint2.googlecode.com/svn/trunk@531 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
o9000 o9000
commit

cd2d794c5a3344b9d77680e187879d0283d6c344

parent

e081f1f312ea0da9c0a18121da42406c9e25cef6

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/launcher/launcher.csrc/launcher/launcher.c

@@ -56,6 +56,7 @@

launcher->area.parent = p; launcher->area.panel = p; launcher->area._draw_foreground = draw_launcher; + launcher->area.size_mode = SIZE_BY_CONTENT; launcher->area._resize = resize_launcher; launcher->area.resize = 1; launcher->area.redraw = 1;