Skip to content

Commit f4c02a4

Browse files
Scrollbar: Increase size from 14 to 24
1 parent ac99ace commit f4c02a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/irrlicht/source/Irrlicht/CGUISkin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)