13
0

shrink down pane divider/handle width

This commit is contained in:
Paul Davis 2016-05-28 10:29:16 -04:00
parent 0baedac4f4
commit 4ef8e862b3

View 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;