Skip to content

Commit

Permalink
Settings - Fix mouse scrolling on sub categories (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and commy2 committed Apr 22, 2018
1 parent c33cd46 commit 6e51458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/settings/gui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class GVAR(subCat): RscControlsGroupNoScrollbars {
x = POS_W(0);
y = POS_H(0);
w = POS_W(36);
h = POS_H(1);
h = POS_H(0.75);
};
class Name: RscText {
idc = IDC_SETTING_NAME;
Expand Down

0 comments on commit 6e51458

Please sign in to comment.