From 1a41b639efc09088ea29a9dad88501ee6d8a1b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 16 Apr 2013 19:49:03 +0200 Subject: [PATCH] window-list: Don't rely solely on -st-natural-width -st-natural-width is useful to request a larger-than-usual width, add back the max-width removed in commit 702cf52cfcf8 to also request a smaller-than-usual width as necessary. --- extensions/window-list/stylesheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/window-list/stylesheet.css b/extensions/window-list/stylesheet.css index ca05828d..28041188 100644 --- a/extensions/window-list/stylesheet.css +++ b/extensions/window-list/stylesheet.css @@ -24,6 +24,7 @@ .window-button > StWidget { -st-natural-width: 250px; + max-width: 250px; color: #bbb; background-color: black; border-radius: 4px;