MediaPlayer: Fix a hard-coded font size.
This commit is contained in:
parent
46a2beb0f8
commit
5bb671cc0e
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user