mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
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:
parent
188bb6ad7b
commit
fd1414f666
2 changed files with 3 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue