mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
locale: timezonewidget: Use the system default font.
Don't hardcode the Cantarell font.
This commit is contained in:
parent
9b75999706
commit
75adfa03fc
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ TimeZoneWidget::TimeZoneWidget(QWidget *parent) :
|
|||
setCursor(Qt::PointingHandCursor);
|
||||
|
||||
// Font
|
||||
font.setFamily("Cantarell");
|
||||
font.setPointSize(12);
|
||||
font.setBold(false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue