From 904baaa987f02dd5c2194b6d644a1e2daf69865f Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 6 Mar 2018 00:19:30 +0100 Subject: pluma-preferences-dialog.ui: avoid GtkButton:use-stock / GtkImage:stock --- pluma/dialogs/pluma-preferences-dialog.c | 3 +++ pluma/dialogs/pluma-preferences-dialog.ui | 33 ++++++++++++++++++++++--------- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/pluma/dialogs/pluma-preferences-dialog.c b/pluma/dialogs/pluma-preferences-dialog.c index 07380539..7be6b55a 100644 --- a/pluma/dialogs/pluma-preferences-dialog.c +++ b/pluma/dialogs/pluma-preferences-dialog.c @@ -1014,6 +1014,9 @@ setup_font_colors_page_style_scheme_section (PlumaPreferencesDialog *dlg) gtk_tree_selection_set_mode (selection, GTK_SELECTION_BROWSE); def_id = populate_color_scheme_list (dlg, NULL); + + gtk_button_set_image (GTK_BUTTON (dlg->priv->uninstall_scheme_button), + gtk_image_new_from_icon_name ("list-remove", GTK_ICON_SIZE_BUTTON)); /* Connect signals */ g_signal_connect (dlg->priv->schemes_treeview, diff --git a/pluma/dialogs/pluma-preferences-dialog.ui b/pluma/dialogs/pluma-preferences-dialog.ui index b1547aca..dc482b8e 100644 --- a/pluma/dialogs/pluma-preferences-dialog.ui +++ b/pluma/dialogs/pluma-preferences-dialog.ui @@ -1,7 +1,7 @@ - + - + 1 160 @@ -23,9 +23,19 @@ 1 10 + + True + False + help-browser + + + True + False + window-close + False - gtk-add + list-add False @@ -45,12 +55,13 @@ end - gtk-help + _Help True True True False - True + image1 + True False @@ -60,12 +71,13 @@ - gtk-close + _Close True True True False - True + image2 + True False @@ -1132,11 +1144,11 @@ - gtk-remove + _Remove True True False - True + True False @@ -1226,5 +1238,8 @@ helpbutton1 closebutton1 + + + -- cgit v1.2.1