Match Toolbar_Shrink_Mode enum changes.

SVN revision: 53897
This commit is contained in:
Rafael Fonseca 2010-10-26 12:16:25 +00:00
parent 473d8bfc3f
commit de2fc0b261
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ group "Elm_Config" struct {
value "cursor_engine_only" int: 1;
value "focus_highlight_enable" uchar: 0;
value "focus_highlight_animate" uchar: 0;
value "toolbar_shrink_mode" int: 2;
value "toolbar_shrink_mode" int: 3;
value "fileselector_expand_enable" uchar: 0;
value "inwin_dialogs_enable" uchar: 1;
value "icon_size" int: 32;

View File

@ -24,7 +24,7 @@ group "Elm_Config" struct {
value "cursor_engine_only" uchar: 1;
value "focus_highlight_enable" uchar: 0;
value "focus_highlight_animate" uchar: 0;
value "toolbar_shrink_mode" int: 2;
value "toolbar_shrink_mode" int: 3;
value "fileselector_expand_enable" uchar: 0;
value "inwin_dialogs_enable" uchar: 1;
value "icon_size" int: 32;

View File

@ -24,7 +24,7 @@ group "Elm_Config" struct {
value "cursor_engine_only" int: 1;
value "focus_highlight_enable" uchar: 0;
value "focus_highlight_animate" uchar: 0;
value "toolbar_shrink_mode" int: 2;
value "toolbar_shrink_mode" int: 3;
value "fileselector_expand_enable" uchar: 1;
value "inwin_dialogs_enable" uchar: 0;
value "icon_size" int: 32;