fix: fixed MainWindow button size issue

This commit is contained in:
Qv2ray-dev 2020-05-02 14:00:46 +08:00
parent 9528cd6b28
commit f219edeb91

View File

@ -177,24 +177,12 @@
</item>
<item>
<widget class="QPushButton" name="importConfigButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Import Connection</string>
</property>
<property name="text">
<string>Add Connection</string>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
</widget>
</item>
<item>