MediaPlayer: Fix a hard-coded font size.

This commit is contained in:
Augustin Cavalier 2022-10-19 14:25:29 -04:00
parent 46a2beb0f8
commit 5bb671cc0e

View File

@ -28,7 +28,7 @@ SeekSlider::SeekSlider(const char* name, BMessage* message, int32 minValue,
fScale(0.0f)
{
BFont font(be_plain_font);
font.SetSize(9.0);
font.SetSize(font.Size() * 0.75f);
SetFont(&font);
SetSymbolScale(1.0);
rgb_color fillColor = tint_color(ui_color(B_PANEL_BACKGROUND_COLOR),