mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
update slider rendering & set style for faders
* render background -- outside of rounded corners * visually align unity-location with fader at 0. * sharp lines (no more AA blur) x/y offset, radius
This commit is contained in:
parent
f3d858f9df
commit
d89573f8e7
8 changed files with 74 additions and 32 deletions
|
|
@ -46,7 +46,7 @@ SendUI::SendUI (Gtk::Window* parent, boost::shared_ptr<Send> s, Session* session
|
|||
_gpm.set_controls (boost::shared_ptr<Route>(), s->meter(), s->amp());
|
||||
|
||||
_hbox.pack_start (_gpm, true, true);
|
||||
set_name ("SendUIFrame");
|
||||
set_name (X_("SendUIFrame"));
|
||||
|
||||
_vbox.set_spacing (5);
|
||||
_vbox.set_border_width (5);
|
||||
|
|
@ -77,7 +77,7 @@ SendUI::SendUI (Gtk::Window* parent, boost::shared_ptr<Send> s, Session* session
|
|||
_panners.setup_pan ();
|
||||
|
||||
_gpm.setup_meters ();
|
||||
_gpm.set_fader_name ("SendUIFrame");
|
||||
_gpm.set_fader_name (X_("SendUIFader"));
|
||||
|
||||
// screen_update_connection = ARDOUR_UI::instance()->RapidScreenUpdate.connect (
|
||||
// sigc::mem_fun (*this, &SendUI::update));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue