Try slightly narrower faders in the track controls area
(#4445). git-svn-id: svn://localhost/ardour2/branches/3.0@12928 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
BIN
gtk2_ardour/icons/fader_belt_h_medium.png
Normal file
BIN
gtk2_ardour/icons/fader_belt_h_medium.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
gtk2_ardour/icons/fader_belt_h_medium_desensitised.png
Normal file
BIN
gtk2_ardour/icons/fader_belt_h_medium_desensitised.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@@ -91,11 +91,11 @@ Glib::RefPtr<Gdk::Pixbuf> RouteTimeAxisView::slider_desensitised;
|
||||
void
|
||||
RouteTimeAxisView::setup_slider_pix ()
|
||||
{
|
||||
if ((slider = ::get_icon ("fader_belt_h")) == 0) {
|
||||
if ((slider = ::get_icon ("fader_belt_h_medium")) == 0) {
|
||||
throw failed_constructor ();
|
||||
}
|
||||
|
||||
if ((slider_desensitised = ::get_icon ("fader_belt_h_desensitised")) == 0) {
|
||||
if ((slider_desensitised = ::get_icon ("fader_belt_h_medium_desensitised")) == 0) {
|
||||
throw failed_constructor ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user