Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / menu / menu_config_win.cc
index 4ef5fac..03d20e7 100644 (file)
@@ -73,6 +73,9 @@ void MenuConfig::Init(const NativeTheme* theme) {
        show_cues == TRUE);
 
   SystemParametersInfo(SPI_GETMENUSHOWDELAY, 0, &show_delay, 0);
+
+  separator_upper_height = 5;
+  separator_lower_height = 7;
 }
 
 // static