[libhandy] stackable-box: Increase edge swipe area
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy] stackable-box: Increase edge swipe area
- Date: Thu, 26 Nov 2020 20:29:51 +0000 (UTC)
commit dd28384bd4a47f65a8f711c460ccb166c10141c1
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]