all repos — tint2 @ 754a69709994cc64396a37a49259659e015e3c68

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

Tint2conf: enable all border sides by default (issue #580)
o9000 mrovi9000@gmail.com
commit

754a69709994cc64396a37a49259659e015e3c68

parent

285afd22ad8c515ca7b3876051f55d83bc6d645f

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

jump to
M src/tint2conf/properties.csrc/tint2conf/properties.c

@@ -746,10 +746,10 @@ void background_create_new()

{ int r = 0; int b = 0; - gboolean sideTop = FALSE; - gboolean sideBottom = FALSE; - gboolean sideLeft = FALSE; - gboolean sideRight = FALSE; + gboolean sideTop = TRUE; + gboolean sideBottom = TRUE; + gboolean sideLeft = TRUE; + gboolean sideRight = TRUE; GdkColor fillColor; cairoColor2GdkColor(0, 0, 0, &fillColor); int fillOpacity = 0;