diff options
author | Stefano Karapetsas <[email protected]> | 2014-09-22 10:43:41 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-09-22 10:43:41 +0200 |
commit | 72a169c50fa65c7ab2f5ba72755c548e9d583981 (patch) | |
tree | 35bc2e5a6c4fc21929cee2f80014e2bebba42d4e | |
parent | bf900bcd1714a5b9f14b6da7374a50cc18817ec8 (diff) | |
download | mate-applets-72a169c50fa65c7ab2f5ba72755c548e9d583981.tar.bz2 mate-applets-72a169c50fa65c7ab2f5ba72755c548e9d583981.tar.xz |
timerapplet: Add border in settings dialog
-rw-r--r-- | timerapplet/timerapplet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index 04596139..e5cda715 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -295,6 +295,7 @@ timer_preferences_callback (GtkAction *action, TimerApplet *applet) gtk_table_set_col_spacings (table, 12); gtk_window_set_default_size (GTK_WINDOW (dialog), 350, 150); + gtk_container_set_border_width (GTK_CONTAINER (dialog), 10); widget = gtk_label_new (_("Name:")); gtk_misc_set_alignment (GTK_MISC (widget), 1.0, 0.5); |