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 702cf52cfc to also request
a smaller-than-usual width as necessary.
This commit is contained in:
Florian Müllner
2013-04-16 19:49:03 +02:00
parent 4ebd46c9f0
commit 1a41b639ef
+1
View File
@@ -24,6 +24,7 @@
.window-button > StWidget {
-st-natural-width: 250px;
max-width: 250px;
color: #bbb;
background-color: black;
border-radius: 4px;