[Xfce4-commits] [xfce/xfdesktop] 08/13: Set initial value of font size spin button
noreply at xfce.org
noreply at xfce.org
Tue Mar 3 18:21:05 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfdesktop.
commit 738005a36fa9a76b9f8787404fb3d36962537aa8
Author: Thaddaeus Tintenfisch <thad.fisch at gmail.com>
Date: Sun Mar 1 12:18:41 2015 +0100
Set initial value of font size spin button
Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
settings/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/settings/main.c b/settings/main.c
index e3d234b..546f8e2 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -1729,6 +1729,7 @@ xfdesktop_settings_dialog_setup_tabs(GtkBuilder *main_gxml,
chk_custom_font_size = GTK_WIDGET(gtk_builder_get_object(main_gxml,
"chk_custom_font_size"));
spin_font_size = GTK_WIDGET(gtk_builder_get_object(main_gxml, "spin_font_size"));
+ gtk_spin_button_set_value(GTK_SPIN_BUTTON(spin_font_size), 12);
/* single click */
chk_single_click = GTK_WIDGET(gtk_builder_get_object(main_gxml,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list