Increase default width of port list pane
The list and detail panes were currently set to 1:2, so that the list pane is 1/3rd the width. But for some reason it is not working like I expect it to work. Setting it 1:1 looks better.
This commit is contained in:
parent
6f433bb7a1
commit
7374c74b95
@ -39,7 +39,7 @@
|
||||
<widget class="QStackedWidget" name="swDetail">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>2</horstretch>
|
||||
<horstretch>1</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user