Fix RandR dialog icon.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77638
This commit is contained in:
Christopher Michael 2012-10-09 11:55:37 +00:00 committed by Christopher Michael
parent 7b62d5e9e3
commit 86eb503248
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ e_int_config_randr(E_Container *con, const char *params __UNUSED__)
cfd = e_config_dialog_new(con, _("Screen Setup"),
"E", "screen/screen_setup",
"preferences-system-screen-setup", 0, v, NULL);
"preferences-system-screen-resolution",
0, v, NULL);
/* NB: These are just arbitrary values I picked. Feel free to change */
e_win_size_min_set(cfd->dia->win, 180, 230);