E keyboard settings - use the same icon as the keyboard settings dialog

Reviewers: zmike!

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D4716
This commit is contained in:
Al Poole 2017-03-13 12:33:38 -04:00 committed by Mike Blumenkrantz
parent 6501c42fd3
commit 7e743918d9
1 changed files with 2 additions and 0 deletions

View File

@ -594,6 +594,8 @@ _dlg_add_new(E_Config_Dialog_Data *cfdata)
e_dialog_show(dlg);
e_dialog_border_icon_set(dlg, "preferences-desktop-keyboard");
return dlg;
}