[libhandy/libhandy-1-0] stackable-box: Increase edge swipe area
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy/libhandy-1-0] stackable-box: Increase edge swipe area
- Date: Wed, 23 Dec 2020 23:11:05 +0000 (UTC)
commit 4d5843a6cf75175692a1166ee1970acf1a6e662f
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Nov 26 19:11:18 2020 +0500
stackable-box: Increase edge swipe area
16px is way too small. Use 32px instead.
src/hdy-stackable-box.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/hdy-stackable-box.c b/src/hdy-stackable-box.c
index 417b3954..de3940b9 100644
--- a/src/hdy-stackable-box.c
+++ b/src/hdy-stackable-box.c
@@ -74,7 +74,7 @@ enum {
#define HDY_FOLD_FOLDED TRUE
#define HDY_FOLD_MAX 2
#define GTK_ORIENTATION_MAX 2
-#define HDY_SWIPE_BORDER 16
+#define HDY_SWIPE_BORDER 32
typedef struct _HdyStackableBoxChildInfo HdyStackableBoxChildInfo;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]