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:
parent
f508439a42
commit
53e6d95cd0
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -767,7 +767,8 @@ void LWSlider::Draw(wxDC & paintDC)
|
|||||||
|
|
||||||
// sliderFontSize is for the tooltip.
|
// sliderFontSize is for the tooltip.
|
||||||
// we need something smaller here...
|
// we need something smaller here...
|
||||||
wxFont labelFont(sliderFontSize-3, wxSWISS, wxNORMAL, wxNORMAL);
|
int fontSize = 7;
|
||||||
|
wxFont labelFont(fontSize, wxSWISS, wxNORMAL, wxNORMAL);
|
||||||
dc.SetFont(labelFont);
|
dc.SetFont(labelFont);
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user