summary refs log tree commit diff
path: root/src/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Config.h b/src/Config.h

index b093665c..1acb395a 100644 --- a/src/Config.h +++ b/src/Config.h
@@ -39,9 +39,6 @@ constexpr int labelSize = 15; } namespace modals { -constexpr int MIN_WIDGET_WIDTH = 400; -constexpr int MIN_WIDGET_HEIGHT = 400; - constexpr int WIDGET_MARGIN = 20; constexpr int WIDGET_SPACING = 15; constexpr int WIDGET_TOP_MARGiN = 2 * WIDGET_MARGIN; @@ -76,8 +73,8 @@ constexpr int height = 600; constexpr int width = 1066; constexpr int minModalWidth = 340; -constexpr int minHeight = height; -constexpr int minWidth = 950; +constexpr int minHeight = 340; +constexpr int minWidth = 340; } // namespace window namespace textInput {