X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.c;h=a6fec3ae56c24d9de722c69f157db26851e19c55;hb=4e5af01dacd2a13dcf01b1a3e239591b59241afa;hp=aec5752e603efe84451988c5918938e517ead7f7;hpb=79f6d152b71f236f32d231e72878b4e3c0c83760;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.c b/src/systray/systraybar.c index aec5752..a6fec3a 100644 --- a/src/systray/systraybar.c +++ b/src/systray/systraybar.c @@ -61,6 +61,7 @@ void default_systray() systray.alpha = 100; systray.sort = 3; systray.area._draw_foreground = draw_systray; + systray.area.size_mode = SIZE_BY_CONTENT; systray.area._resize = resize_systray; }