locale: timezonewidget: Use the system default font.
Don't hardcode the Cantarell font.
This commit is contained in:
parent
9b75999706
commit
75adfa03fc
@ -29,7 +29,6 @@ TimeZoneWidget::TimeZoneWidget(QWidget *parent) :
|
|||||||
setCursor(Qt::PointingHandCursor);
|
setCursor(Qt::PointingHandCursor);
|
||||||
|
|
||||||
// Font
|
// Font
|
||||||
font.setFamily("Cantarell");
|
|
||||||
font.setPointSize(12);
|
font.setPointSize(12);
|
||||||
font.setBold(false);
|
font.setBold(false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user