remove group button visibility option from preferences dialog; tweak font scale slider to force integral scaling; reduce processor box sliders a bit more

git-svn-id: svn://localhost/ardour2/branches/3.0@13664 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-12-14 14:22:16 +00:00
parent 188bb6ad7b
commit fd1414f666
2 changed files with 3 additions and 4 deletions

View file

@ -433,7 +433,7 @@ ProcessorEntry::Control::Control (Glib::RefPtr<Gdk::Pixbuf> s, Glib::RefPtr<Gdk:
} else {
_slider.set_name ("PluginSlider");
_slider.set_size_request (-1, 16);
_slider.set_size_request (-1, 13);
_slider.set_text (_name);
// box.pack_start (_label);