[gnome-shell-extensions] window-list: Don't rely solely on -st-natural-width
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] window-list: Don't rely solely on -st-natural-width
- Date: Tue, 16 Apr 2013 18:05:51 +0000 (UTC)
commit 1a41b639efc09088ea29a9dad88501ee6d8a1b1d
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Apr 16 19:49:03 2013 +0200
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 ca05828..2804118 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]