diff options
author | Stefano Karapetsas <[email protected]> | 2014-03-09 10:35:23 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-03-09 10:35:23 +0100 |
commit | 1abd694f0b85bf599407a89b52f6c0acac057784 (patch) | |
tree | be63675349b020b91e1f4ff3c5f0fe2de7f41ce8 /capplets | |
parent | e9640d3c4f67e8c0bfc9d8d82c7023f7452655b0 (diff) | |
download | mate-control-center-1abd694f0b85bf599407a89b52f6c0acac057784.tar.bz2 mate-control-center-1abd694f0b85bf599407a89b52f6c0acac057784.tar.xz |
windows: Add border width in dialog
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/windows/mate-window-properties.c | 1 |
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); |