summaryrefslogtreecommitdiffstats
path: root/src/Patchage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.h')
-rw-r--r--src/Patchage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Patchage.h b/src/Patchage.h
index 6727a45..2c2c070 100644
--- a/src/Patchage.h
+++ b/src/Patchage.h
@@ -63,7 +63,8 @@ public:
inline void queue_refresh() { _refresh = true; }
int max_pane_position()
- { return _main_paned->property_max_position() - _messages_expander->get_label_widget()->get_height() - 8; }
+ { return _main_paned->property_max_position()
+ - _messages_expander->get_label_widget()->get_height() - 10; }
protected:
void connect_widgets();