shrink down pane divider/handle width
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 28 May 2016 14:29:16 +0000 (10:29 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:45 +0000 (15:30 -0400)
libs/gtkmm2ext/pane.cc

index 760c8404eeb6eaf6b88051aa9c760c8c0f1af4d1..9d5dbc005dd1c68a3d380a1599aa1dd841b24b09 100644 (file)
@@ -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;