This commit is contained in:
yangjiaxuan 2023-08-04 17:47:00 +08:00
parent b04c6511ef
commit 84a8953f8d
1 changed files with 13 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1378</width> <width>1383</width>
<height>378</height> <height>378</height>
</rect> </rect>
</property> </property>
@ -150,6 +150,12 @@
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_lineWidth"> <widget class="QComboBox" name="comboBox_lineWidth">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<item> <item>
<property name="text"> <property name="text">
<string>1 pix</string> <string>1 pix</string>
@ -181,6 +187,12 @@
</item> </item>
<item> <item>
<widget class="QComboBox" name="comboBox_textSize"> <widget class="QComboBox" name="comboBox_textSize">
<property name="minimumSize">
<size>
<width>70</width>
<height>0</height>
</size>
</property>
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>0</number>
</property> </property>