Skip to content

Commit 3061bc9

Browse files
committed
spell-checker.ui plugin: avoid deprecated:
avoid deprecated: GtkLabel:xpad/ypad GtkTable GtkVBox GtkHBox GtkHButtonBox GtkImage:stock GtkButton:use-stock
1 parent 67ca1fc commit 3061bc9

File tree

2 files changed

+113
-182
lines changed

2 files changed

+113
-182
lines changed

plugins/spell/pluma-spell-checker-dialog.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ create_dialog (PlumaSpellCheckerDialog *dlg,
296296

297297
gtk_entry_set_activates_default (GTK_ENTRY (dlg->word_entry), TRUE);
298298

299+
gtk_button_set_image (GTK_BUTTON (dlg->close_button),
300+
gtk_image_new_from_icon_name ("window-close", GTK_ICON_SIZE_BUTTON));
301+
299302
/* Connect signals */
300303
g_signal_connect (dlg->word_entry, "changed",
301304
G_CALLBACK (word_entry_changed_handler), dlg);

0 commit comments

Comments
 (0)