MediaPlayer: Fix a hard-coded font size.
This commit is contained in:
@@ -28,7 +28,7 @@ SeekSlider::SeekSlider(const char* name, BMessage* message, int32 minValue,
|
|||||||
fScale(0.0f)
|
fScale(0.0f)
|
||||||
{
|
{
|
||||||
BFont font(be_plain_font);
|
BFont font(be_plain_font);
|
||||||
font.SetSize(9.0);
|
font.SetSize(font.Size() * 0.75f);
|
||||||
SetFont(&font);
|
SetFont(&font);
|
||||||
SetSymbolScale(1.0);
|
SetSymbolScale(1.0);
|
||||||
rgb_color fillColor = tint_color(ui_color(B_PANEL_BACKGROUND_COLOR),
|
rgb_color fillColor = tint_color(ui_color(B_PANEL_BACKGROUND_COLOR),
|
||||||
|
|||||||
Reference in New Issue
Block a user