Commit a7a78843 authored by Claes Sjofors's avatar Claes Sjofors

Ge default textsize changed to 12

parent 0444725c
......@@ -2617,7 +2617,7 @@ GeGtk::GeGtk( void *x_parent_ctx,
GtkWidget *tools_textsize_omenu = (GtkWidget *)g_object_new( GTK_TYPE_OPTION_MENU,
"menu", textsize_menu, NULL);
gtk_option_menu_set_history( GTK_OPTION_MENU(tools_textsize_omenu), 0);
gtk_option_menu_set_history( GTK_OPTION_MENU(tools_textsize_omenu), 2);
g_object_set( tools_textsize_omenu, "can-focus", FALSE, NULL);
gtk_toolbar_append_widget( tools3, tools_textsize_omenu, "Text Size", "");
......
......@@ -169,7 +169,7 @@ Graph::Graph(
traverse_focus_cb(NULL), set_focus_cb(NULL), get_ldhses_cb(NULL),
get_current_objects_cb(NULL), popup_menu_cb(NULL), call_method_cb(NULL),
sound_cb(0), create_modal_dialog_cb(0), eventlog_cb(0),
linewidth(1), linetype(glow_eLineType_Solid), textsize(0),
linewidth(1), linetype(glow_eLineType_Solid), textsize(2),
textbold(0), textfont(glow_eFont_Helvetica),
border_color(1), fill_color(1), fill(0), border(1), shadow(0),
grid_size_x(1), grid_size_y(1), con_type(glow_eConType_Routed),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment