[gtk/matthiasc/for-master: 5/7] columview: Make resize area a bit larger




commit 25d0fb4c76919bea017d8f5042b7c6ae49c03561
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Oct 19 08:22:28 2020 -0400

    columview: Make resize area a bit larger
    
    This make column resizing feel less like a game
    of hit-and-miss. Ultimatively, we should add an
    alternative to this.

 gtk/gtkcolumnview.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkcolumnview.c b/gtk/gtkcolumnview.c
index 35a9b7a435..bc0b1b8be5 100644
--- a/gtk/gtkcolumnview.c
+++ b/gtk/gtkcolumnview.c
@@ -853,7 +853,7 @@ update_autoscroll (GtkColumnView *self,
 }
 
 
-#define DRAG_WIDTH 6
+#define DRAG_WIDTH 8
 
 static gboolean
 gtk_column_view_in_resize_rect (GtkColumnView       *self,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]