File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/irrlicht/source/Irrlicht Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ CGUISkin::CGUISkin(EGUI_SKIN_TYPE type, video::IVideoDriver* driver)
5252 Colors[EGDC_FOCUSED_EDITABLE] = video::SColor (255 ,240 ,240 ,255 );
5353
5454
55- Sizes[EGDS_SCROLLBAR_SIZE] = 14 ;
55+ Sizes[EGDS_SCROLLBAR_SIZE] = 24 ;
5656 Sizes[EGDS_MENU_HEIGHT] = 30 ;
5757 Sizes[EGDS_WINDOW_BUTTON_WIDTH] = 15 ;
5858 Sizes[EGDS_CHECK_BOX_WIDTH] = 18 ;
@@ -97,7 +97,7 @@ CGUISkin::CGUISkin(EGUI_SKIN_TYPE type, video::IVideoDriver* driver)
9797 Colors[EGDC_GRAY_EDITABLE] = 0xf0cccccc ;
9898 Colors[EGDC_FOCUSED_EDITABLE] = 0xf0fffff0 ;
9999
100- Sizes[EGDS_SCROLLBAR_SIZE] = 14 ;
100+ Sizes[EGDS_SCROLLBAR_SIZE] = 24 ;
101101 Sizes[EGDS_MENU_HEIGHT] = 48 ;
102102 Sizes[EGDS_WINDOW_BUTTON_WIDTH] = 15 ;
103103 Sizes[EGDS_CHECK_BOX_WIDTH] = 18 ;
You can’t perform that action at this time.
0 commit comments