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
This commit is contained in:
Florian Müllner
2013-03-07 20:30:53 +01:00
parent 689dda0515
commit 702cf52cfc

View File

@@ -23,7 +23,7 @@
}
.window-button > StWidget {
max-width: 250px;
-st-natural-width: 250px;
color: #bbb;
background-color: black;
border-radius: 4px;