[gnome-color-manager] trivial: up the minimum size of the gcm-prefs window to avoid scrollbars
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: up the minimum size of the gcm-prefs window to avoid scrollbars
- Date: Thu, 31 Mar 2011 10:45:00 +0000 (UTC)
commit a7a9e796bccff3552642603c7791bab86a79b039
Author: Richard Hughes <richard hughsie com>
Date: Tue Mar 29 18:57:30 2011 +0100
trivial: up the minimum size of the gcm-prefs window to avoid scrollbars
src/gcm-prefs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index 453b341..6bad59a 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -2549,7 +2549,7 @@ gcm_viewer_startup_cb (GApplication *application, GcmPrefsPriv *prefs)
/* force to be at least 3 rows high */
widget = GTK_WIDGET (gtk_builder_get_object (prefs->builder,
"scrolledwindow_devices"));
- gtk_widget_set_size_request (widget, 450, 36 * 3);
+ gtk_widget_set_size_request (widget, 550, 36 * 3);
/* create assign tree view */
widget = GTK_WIDGET (gtk_builder_get_object (prefs->builder,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]