[gnome-disk-utility/udisks2-port] Add some border width to the created window
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/udisks2-port] Add some border width to the created window
- Date: Tue, 8 Mar 2011 20:31:41 +0000 (UTC)
commit ec4b27abaa7ee19825937e8bf0b5f9fb584f76b2
Author: David Zeuthen <davidz redhat com>
Date: Tue Mar 8 15:31:28 2011 -0500
Add some border width to the created window
Signed-off-by: David Zeuthen <davidz redhat com>
src/palimpsest/gduwindow.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/palimpsest/gduwindow.c b/src/palimpsest/gduwindow.c
index 299c0a9..b4c2436 100644
--- a/src/palimpsest/gduwindow.c
+++ b/src/palimpsest/gduwindow.c
@@ -139,6 +139,7 @@ gdu_window_constructed (GObject *object)
gtk_widget_reparent (w, GTK_WIDGET (window));
gtk_window_set_title (GTK_WINDOW (window), _("Disk Utility"));
gtk_window_set_default_size (GTK_WINDOW (window), 400, 500);
+ gtk_container_set_border_width (GTK_CONTAINER (window), 12);
notebook = GTK_NOTEBOOK (gdu_window_get_widget (window, "palimpsest-notebook"));
gtk_notebook_set_show_tabs (notebook, FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]