Skip to content

Commit b30316b

Browse files
committed
feat: add SettingsOverlay class for managing application configuration and UI components
1 parent ff37094 commit b30316b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuickView/SettingsOverlay.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class SettingsOverlay {
9292
static constexpr float HUD_WIDTH = 720.0f;
9393
static constexpr float HUD_HEIGHT = 560.0f;
9494
static constexpr float LABEL_COLUMN_WIDTH = 280.0f;
95-
static constexpr float SIDEBAR_WIDTH = 185.0f;
95+
static constexpr float SIDEBAR_WIDTH = 175.0f;
9696
static constexpr float ITEM_HEIGHT = 36.0f;
9797
static constexpr float CONTROL_INSET_Y = 4.0f;
9898
static constexpr float PADDING = 16.0f;

0 commit comments

Comments
 (0)