From dd906c6a9dde666af0b10cc016039f312733201f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 11 Sep 2024 00:54:57 +0200 Subject: Make scrollbar movable with mouse, limit filechooser content to inside of file item --- src/gui/Subsection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/Subsection.cpp') diff --git a/src/gui/Subsection.cpp b/src/gui/Subsection.cpp index 74b65e0..a03c65d 100644 --- a/src/gui/Subsection.cpp +++ b/src/gui/Subsection.cpp @@ -5,8 +5,8 @@ #include namespace gsr { - static const float margin_top_scale = 0.015f; - static const float margin_bottom_scale = 0.015f; + static const float margin_top_scale = 0.012f; + static const float margin_bottom_scale = 0.012f; static const float margin_left_scale = 0.015f; static const float margin_right_scale = 0.015f; static const float title_spacing_scale = 0.015f; -- cgit v1.2.3