[gnome-system-monitor] Slightly increase width of memory map dialog from 575 to 620



commit 479794236f47aa69117576bdf4f9b80967744e7f
Author: Chris KÃhl <chrisk openismus com>
Date:   Tue Jan 17 03:41:17 2012 +0100

    Slightly increase width of memory map dialog from 575 to 620
    
    Normally the memory map dialog needs to be quite wide. However, the
    minimum size of the main window is 626. Making a dialog wider than
    this by default would be odd. Thus, this is a large as the dialog will
    be by default even though it is not very useful at this width.
    
    Normally the memory map dialog needs to be quite wide

 src/memmaps.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/memmaps.cpp b/src/memmaps.cpp
index cfa69cc..9b5bbb0 100644
--- a/src/memmaps.cpp
+++ b/src/memmaps.cpp
@@ -469,7 +469,7 @@ create_single_memmaps_dialog (GtkTreeModel *model, GtkTreePath *path,
                                                  GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
                                                  NULL);
     gtk_window_set_resizable(GTK_WINDOW(memmapsdialog), TRUE);
-    gtk_window_set_default_size(GTK_WINDOW(memmapsdialog), 575, 400);
+    gtk_window_set_default_size(GTK_WINDOW(memmapsdialog), 620, 400);
     gtk_container_set_border_width(GTK_CONTAINER(memmapsdialog), 5);
 
     dialog_vbox = gtk_dialog_get_content_area (GTK_DIALOG(memmapsdialog));



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