diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-11 00:54:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-11 00:54:57 +0200 |
commit | dd906c6a9dde666af0b10cc016039f312733201f (patch) | |
tree | a18fea76ed728067cafba65d833234d92c2afcd3 /src/gui/Subsection.cpp | |
parent | 747344b858c4750e7b0b19ca10c3727148c2a161 (diff) |
Make scrollbar movable with mouse, limit filechooser content to inside of file item
Diffstat (limited to 'src/gui/Subsection.cpp')
-rw-r--r-- | src/gui/Subsection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <mglpp/graphics/Rectangle.hpp> 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; |