use a grid layout in the date/time dialog so Qt will behave
This commit is contained in:
parent
e89b8a871b
commit
b8963b0738
|
@ -19,7 +19,7 @@
|
|||
<property name="title">
|
||||
<string>Date and time</string>
|
||||
</property>
|
||||
<layout class="QFormLayout" name="formLayout_2">
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in New Issue