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);
|
||||
|
||||
// Font
|
||||
font.setFamily("Cantarell");
|
||||
font.setPointSize(12);
|
||||
font.setBold(false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user