From 88148d46d973e1e7c26f5f7f7b890ddc77f4628c Mon Sep 17 00:00:00 2001 From: yu_qinfei <878919698@qq.com> Date: Wed, 29 Jul 2020 16:40:18 +0800 Subject: [PATCH] SDL: tweak border solve the problem that the boundary is not easy to select. --- src/anbox/platform/sdl/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anbox/platform/sdl/window.cpp b/src/anbox/platform/sdl/window.cpp index 430cd27e..e945faa3 100755 --- a/src/anbox/platform/sdl/window.cpp +++ b/src/anbox/platform/sdl/window.cpp @@ -29,7 +29,7 @@ #endif namespace { -constexpr const int window_resize_border{3}; +constexpr const int window_resize_border{5}; constexpr const int button_size{42}; constexpr const int button_margin{0}; constexpr const int button_padding{0}; -- GitLab