From 702cf52cfcf85d4e2d37b641d276f9e149fa5edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 7 Mar 2013 20:30:53 +0100 Subject: [PATCH] window-list: Fill max-width if possible Items in the window list should take up a fixed amount of space unless the list is full and items need to shrink. To achieve this, replace the max-width with the newly added -st-natural-width. https://bugzilla.gnome.org/show_bug.cgi?id=695392 --- extensions/window-list/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/window-list/stylesheet.css b/extensions/window-list/stylesheet.css index d98712fb..ca05828d 100644 --- a/extensions/window-list/stylesheet.css +++ b/extensions/window-list/stylesheet.css @@ -23,7 +23,7 @@ } .window-button > StWidget { - max-width: 250px; + -st-natural-width: 250px; color: #bbb; background-color: black; border-radius: 4px;