summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-03-09 10:35:23 +0100
committerStefano Karapetsas <[email protected]>2014-03-09 10:35:23 +0100
commit1abd694f0b85bf599407a89b52f6c0acac057784 (patch)
treebe63675349b020b91e1f4ff3c5f0fe2de7f41ce8
parente9640d3c4f67e8c0bfc9d8d82c7023f7452655b0 (diff)
downloadmate-control-center-1abd694f0b85bf599407a89b52f6c0acac057784.tar.bz2
mate-control-center-1abd694f0b85bf599407a89b52f6c0acac057784.tar.xz
windows: Add border width in dialog
-rw-r--r--capplets/windows/mate-window-properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/windows/mate-window-properties.c b/capplets/windows/mate-window-properties.c
index 1b345493..03a98633 100644
--- a/capplets/windows/mate-window-properties.c
+++ b/capplets/windows/mate-window-properties.c
@@ -311,6 +311,7 @@ main (int argc, char **argv)
NULL);
//gtk_window_set_resizable (GTK_WINDOW (dialog_win), FALSE);
gtk_window_set_icon_name (GTK_WINDOW (dialog_win), "preferences-system-windows");
+ gtk_container_set_border_width (GTK_CONTAINER (dialog_win), 10);
nb = gtk_notebook_new ();
general_vbox = gtk_vbox_new (FALSE, 0);