diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2010-02-19 18:22:39 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2010-02-19 18:22:39 +0000 |
commit | 82905b7eea46997370965bb347f0efb94d912ceb (patch) | |
tree | d98c2d1b3771a5063dbd2d44bb3f7b4e9535e224 /config | |
parent | 654a62a4dee44e70e3f2dc6bf302dc679d5c4695 (diff) | |
download | enlightenment-82905b7eea46997370965bb347f0efb94d912ceb.tar.gz |
Treat config dialogs as normal windows so they behave in different layout
modes.
SVN revision: 46315
Diffstat (limited to 'config')
-rw-r--r-- | config/illume-home/e.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/illume-home/e.src b/config/illume-home/e.src index e2fdd86e29..47b68141f4 100644 --- a/config/illume-home/e.src +++ b/config/illume-home/e.src @@ -1439,7 +1439,7 @@ group "E_Config" struct { value "show_cursor" uchar: 1; value "idle_cursor" uchar: 1; value "default_system_menu" string: "/etc/xdg/menus/gnome-applications.menu"; - value "cfgdlg_normal_wins" uchar: 0; + value "cfgdlg_normal_wins" uchar: 1; value "syscon.main.icon_size" int: 64; value "syscon.secondary.icon_size" int: 48; value "syscon.extra.icon_size" int: 48; |