1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-05 15:09:08 +02:00

New highlighed slider thumb images, distinct only in Classic theme

This commit is contained in:
Paul Licameli 2017-06-27 06:32:19 -04:00
parent 7358c12e23
commit adf4c61052
5 changed files with 9423 additions and 10105 deletions

View File

@ -190,9 +190,11 @@ from there. Audacity will look for a file called "Pause.png".
DEFINE_IMAGE( bmpRecordPointerPinned, wxImage( 20, 20 ), wxT("RecordPointerPinned"));
DEFINE_IMAGE( bmpGrabberDropLoc, wxImage( 20, 20 ), wxT("GrabberDropLoc"));
DEFINE_IMAGE( bmpSliderThumbRotated, wxImage( 20, 11 ), wxT("SliderThumbRotated"));
DEFINE_IMAGE( bmpSliderThumbRotatedHilited, wxImage( 20, 11 ), wxT("SliderThumbRotatedHilited"));
SET_THEME_FLAGS( resFlagNone );
DEFINE_IMAGE( bmpSliderThumb, wxImage( 11, 20 ), wxT("SliderThumb"));
DEFINE_IMAGE( bmpSliderThumbHilited, wxImage( 11, 20 ), wxT("SliderThumbHilited"));
SET_THEME_FLAGS( resFlagSkip );
DEFINE_IMAGE( bmpSlider, wxImage( 80, 20 ), wxT("Slider"));
SET_THEME_FLAGS( resFlagSkip );

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff