diff options
author | monsta <[email protected]> | 2015-12-10 11:32:56 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-10 11:32:56 +0300 |
commit | 38720621c10e55d683b11ce9b3a6c9adba2abbf5 (patch) | |
tree | 6337582fc41776cd4064d0d34eaf51b299ae9858 /src | |
parent | abcd7cf0793aba8abfc967122a6b83c67d826a99 (diff) | |
download | mate-system-monitor-38720621c10e55d683b11ce9b3a6c9adba2abbf5.tar.bz2 mate-system-monitor-38720621c10e55d683b11ce9b3a6c9adba2abbf5.tar.xz |
prefs dialog: increase height a bit
Diffstat (limited to 'src')
-rw-r--r-- | src/procdialogs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/procdialogs.cpp b/src/procdialogs.cpp index 001b9b6..2ee21b5 100644 --- a/src/procdialogs.cpp +++ b/src/procdialogs.cpp @@ -542,7 +542,7 @@ procdialog_create_preferences_dialog (ProcData *procdata) /* driven by window childs. The problem is that the fields list */ /* have to show at least 4 items to respect HIG. I don't know */ /* any function to set list height by contents/items inside it. */ - gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 420); + gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 500); gtk_container_set_border_width (GTK_CONTAINER (dialog), 5); prefs_dialog = dialog; |