From: Paul Davis Date: Sat, 28 May 2016 14:29:16 +0000 (-0400) Subject: shrink down pane divider/handle width X-Git-Tag: 5.0-pre0~26 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=4ef8e862b3610052410fbdd63355b48d267638b5 shrink down pane divider/handle width --- diff --git a/libs/gtkmm2ext/pane.cc b/libs/gtkmm2ext/pane.cc index 760c8404ee..9d5dbc005d 100644 --- a/libs/gtkmm2ext/pane.cc +++ b/libs/gtkmm2ext/pane.cc @@ -30,7 +30,7 @@ using namespace std; Pane::Pane (bool h) : horizontal (h) , did_move (false) - , divider_width (5) + , divider_width (2) { using namespace Gdk;