[gnome-shell] calendar: Make the events-list a fixed width



commit 78b1ba56ce632a4caa2625be47a625056f3e1293
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Jul 14 17:18:01 2013 +0200

    calendar: Make the events-list a fixed width
    
    Commit 929636ebd0b removed the fixed width of the calendar, while
    commit cb45a38838eb only added it back at max-width (resulting in
    width changes of the calendar while browsing days).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704200

 data/theme/gnome-shell.css |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 7e85048..441c06e 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1161,11 +1161,6 @@ StScrollBar StButton#vhandle:active {
 
 /* Calendar popup */
 
-#calendarArea {
-    /* this is the total width of the popup */
-    max-width: 720px;
-}
-
 .calendar-vertical-separator {
     -stipple-width: 1px;
     -stipple-color: #505050;
@@ -1303,7 +1298,7 @@ StScrollBar StButton#vhandle:active {
 }
 
 .events-table {
-    min-width: 320px;
+    width: 320px;
     spacing-columns: 6pt;
     padding: 0 1.4em;
 }


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