diff --git a/source/libublsettingsui-gtk3-config-window.c b/source/libublsettingsui-gtk3-config-window.c index 5dcbe12..72a8501 100644 --- a/source/libublsettingsui-gtk3-config-window.c +++ b/source/libublsettingsui-gtk3-config-window.c @@ -251,7 +251,7 @@ void yon_configuration_window_add_combo_box_parameter(enum CONFIGURATION_PARAMET void yon_ubl_settings_window_init(GtkMenu *menu){ GtkWidget *menu_item = gtk_menu_item_new(); - GtkWidget *box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL,5); + GtkWidget *box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL,0); textdomain(template_ui_LocaleName); GtkWidget *label = gtk_label_new(CONFIG_WINDOW_MENU_LABEL); textdomain(template_app_information.app_locale);