We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff37094 commit b30316bCopy full SHA for b30316b
1 file changed
QuickView/SettingsOverlay.h
@@ -92,7 +92,7 @@ class SettingsOverlay {
92
static constexpr float HUD_WIDTH = 720.0f;
93
static constexpr float HUD_HEIGHT = 560.0f;
94
static constexpr float LABEL_COLUMN_WIDTH = 280.0f;
95
- static constexpr float SIDEBAR_WIDTH = 185.0f;
+ static constexpr float SIDEBAR_WIDTH = 175.0f;
96
static constexpr float ITEM_HEIGHT = 36.0f;
97
static constexpr float CONTROL_INSET_Y = 4.0f;
98
static constexpr float PADDING = 16.0f;
0 commit comments