[kwinrules] workaround for assert in QFormLayout
This commit is contained in:
parent
5b1f4a4131
commit
689b221583
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<layout class="QFormLayout" name="formLayout">
|
||||
<property name="verticalSpacing">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="textLabel1">
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in a new issue