mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
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:
parent
0786ff15a0
commit
2b559c41ae
3 changed files with 2 additions and 2 deletions
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 ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue