[gnome-shell-extensions] window-list: Fill max-width if possible



commit 702cf52cfcf85d4e2d37b641d276f9e149fa5edb
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Mar 7 20:30:53 2013 +0100

    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 d98712f..ca05828 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]