[gnome-control-center] background: Fix not having 3 columns in high contrast



commit a4cf2839378c09e756c9c1ebe07adb036f7d3f26
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 14 23:06:07 2012 +0100

    background: Fix not having 3 columns in high contrast
    
    Increase the width slightly to 860 from 850.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683499

 panels/background/cc-background-chooser-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/background/cc-background-chooser-dialog.c b/panels/background/cc-background-chooser-dialog.c
index 1f635f7..9ded14d 100644
--- a/panels/background/cc-background-chooser-dialog.c
+++ b/panels/background/cc-background-chooser-dialog.c
@@ -257,7 +257,7 @@ cc_background_chooser_dialog_init (CcBackgroundChooserDialog *chooser)
   gtk_widget_set_vexpand (sw_content, TRUE);
   gtk_container_add (GTK_CONTAINER (grid), sw_content);
   g_object_set (sw_content,
-                "width-request", 850,
+                "width-request", 860,
                 "height-request", 550,
                 NULL);
 



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