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 8bce604383
commit 955a21d5ef
1 changed files with 2 additions and 0 deletions

View File

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