mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[locale] Give TZWidget a fixed size
This commit is contained in:
parent
b1caca4694
commit
c0be53523c
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ TimeZoneWidget::TimeZoneWidget( QWidget* parent )
|
|||
// Set size
|
||||
setMinimumSize( background.size() );
|
||||
setMaximumSize( background.size() );
|
||||
setSizePolicy( QSizePolicy::Fixed, QSizePolicy::Fixed );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue