mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-18 07:55:50 +09:00
Make scrollbar movable with mouse, limit filechooser content to inside of file item
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user