Skip to content

Commit

Permalink
Increment menu height by one
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 committed Oct 23, 2023
1 parent c60f786 commit 94d869a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/optionsmenu/gui/mainMenu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class RscDisplayMain : RscStandardDisplay {
class Controls;
};
class GroupMultiplayer: GroupSingleplayer {
h = "(8 * 1.5) * (pixelH * pixelGrid * 2)";
h = "(9 * 1.5) * (pixelH * pixelGrid * 2)";
class Controls : Controls {
class Campaigns;
class joinTac2 : Campaigns {
Expand Down

0 comments on commit 94d869a

Please sign in to comment.