mirror of
https://github.com/leozide/leocad
synced 2024-12-25 21:58:23 +01:00
Fixed Qt4.
This commit is contained in:
parent
01cfcf1e13
commit
a9614f9b30
1 changed files with 1 additions and 5 deletions
|
@ -30,11 +30,7 @@
|
|||
</property>
|
||||
<layout class="QFormLayout" name="formLayout">
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="WidthEdit">
|
||||
<property name="clearButtonEnabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLineEdit" name="WidthEdit" />
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="HeightEdit"/>
|
||||
|
|
Loading…
Reference in a new issue