mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 20:29:47 +08:00
fix(ui): Correct vertical size of network component
This commit is contained in:
@@ -43,6 +43,12 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QTabWidget" name="tw_Network">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="tabPosition">
|
||||
<enum>QTabWidget::North</enum>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user