Make scrollbar movable with mouse, limit filechooser content to inside of file item

This commit is contained in:
dec05eba
2024-09-11 00:54:57 +02:00
parent 747344b858
commit dd906c6a9d
8 changed files with 104 additions and 43 deletions

View File

@@ -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;