diff options
author | infirit <[email protected]> | 2014-11-20 18:19:23 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-20 19:40:56 +0100 |
commit | 09fe261d9d0e6bbb9c44d073e6211c5eed37b2c0 (patch) | |
tree | 23d0ff1ba4936979229f87d58fb982539c9ee45f /src/fr-window.c | |
parent | f121d2e1058ffbdbb602a3322a129c1e4ed5f7c4 (diff) | |
download | engrampa-09fe261d9d0e6bbb9c44d073e6211c5eed37b2c0.tar.bz2 engrampa-09fe261d9d0e6bbb9c44d073e6211c5eed37b2c0.tar.xz |
do not set the border width for any dialog
Based on FR commit: 2d1d283b71d4c5bf830ecc38a560df9b93932215
From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/fr-window.c')
-rw-r--r-- | src/fr-window.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fr-window.c b/src/fr-window.c index 0ff7f25..84bac36 100644 --- a/src/fr-window.c +++ b/src/fr-window.c @@ -7246,12 +7246,7 @@ fr_window_view_last_output (FrWindow *window, GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL); gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_CLOSE); - gtk_window_set_resizable (GTK_WINDOW (dialog), TRUE); - gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); - gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), 6); - gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), 8); - gtk_widget_set_size_request (dialog, 500, 300); /* Add text */ |