Skip to content

Commit

Permalink
Update OptionsFrame.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjabrain1 committed Apr 7, 2024
1 parent 809e92f commit 05ffac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ninjabrainbot/gui/frames/OptionsFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public OptionsFrame(StyleManager styleManager, NinjabrainBotPreferences preferen
}

public void updateBounds(StyleManager styleManager) {
WINDOW_WIDTH = styleManager.size.WIDTH / 4 * (I18n.localeRequiresExtraSpace() ? 8 : 7);
WINDOW_WIDTH = styleManager.size.WIDTH / 4 * (I18n.localeRequiresExtraSpace() ? 9 : 7);
COLUMN_WIDTH = WINDOW_WIDTH / 2;
int titleBarHeight = titlebarPanel.getPreferredSize().height;
int panelHeight = tabbedPane.getPreferredSize().height;
Expand Down

0 comments on commit 05ffac2

Please sign in to comment.