1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 15:20:15 +02:00

Tweak Theme Colours. Smaller L & R on Linux.

This commit is contained in:
James Crook 2017-04-08 16:00:23 +01:00
parent f508439a42
commit 53e6d95cd0
3 changed files with 4887 additions and 4882 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -767,7 +767,8 @@ void LWSlider::Draw(wxDC & paintDC)
// sliderFontSize is for the tooltip.
// we need something smaller here...
wxFont labelFont(sliderFontSize-3, wxSWISS, wxNORMAL, wxNORMAL);
int fontSize = 7;
wxFont labelFont(fontSize, wxSWISS, wxNORMAL, wxNORMAL);
dc.SetFont(labelFont);
// Colors