summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/barcontroller.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-08-31 21:32:22 +0200
committerRobin Gareus <robin@gareus.org>2014-08-31 21:32:22 +0200
commit154621978ae8f9836214f32b9ffacee63e958f4e (patch)
treece8040d6a2701aa1e0a169714e02158ddbac416a /libs/gtkmm2ext/barcontroller.cc
parent0b1ee476edaed41f4c679f89e93a486e4d487333 (diff)
track-header fader tweaks:
* align height to button-height. * align width to label text-entry * increase min width
Diffstat (limited to 'libs/gtkmm2ext/barcontroller.cc')
-rw-r--r--libs/gtkmm2ext/barcontroller.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/barcontroller.cc b/libs/gtkmm2ext/barcontroller.cc
index 4e49e7a887..2b9aba1016 100644
--- a/libs/gtkmm2ext/barcontroller.cc
+++ b/libs/gtkmm2ext/barcontroller.cc
@@ -57,7 +57,7 @@ BarController::BarController (Gtk::Adjustment& adj,
layout = darea.create_pango_layout("");
set (.5, .5, 1.0, 1.0);
- set_border_width(2);
+ set_border_width(0);
initial_value = adjustment.get_value ();