[gnome-power-manager] Make minimum size of th statistics graphs smaller. Fixes rh#491426
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-power-manager] Make minimum size of th statistics graphs smaller. Fixes rh#491426
- Date: Thu, 4 Jun 2009 12:36:29 -0400 (EDT)
commit b9cfc133eab4e8f38e7ce806305281994b951f07
Author: Richard Hughes <richard hughsie com>
Date: Wed Jun 3 09:10:44 2009 +0100
Make minimum size of th statistics graphs smaller. Fixes rh#491426
---
src/gpm-statistics.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gpm-statistics.c b/src/gpm-statistics.c
index ef8fc42..e1720d7 100644
--- a/src/gpm-statistics.c
+++ b/src/gpm-statistics.c
@@ -1470,14 +1470,14 @@ main (int argc, char *argv[])
box = GTK_BOX (gtk_builder_get_object (builder, "hbox_history"));
graph_history = gpm_graph_widget_new ();
gtk_box_pack_start (box, graph_history, TRUE, TRUE, 0);
- gtk_widget_set_size_request (graph_history, 600, 300);
+ gtk_widget_set_size_request (graph_history, 400, 250);
gtk_widget_show (graph_history);
/* add statistics graph */
box = GTK_BOX (gtk_builder_get_object (builder, "hbox_statistics"));
graph_statistics = gpm_graph_widget_new ();
gtk_box_pack_start (box, graph_statistics, TRUE, TRUE, 0);
- gtk_widget_set_size_request (graph_statistics, 600, 300);
+ gtk_widget_set_size_request (graph_statistics, 400, 250);
gtk_widget_show (graph_statistics);
widget = GTK_WIDGET (gtk_builder_get_object (builder, "dialog_stats"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]