mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
Make freqdisplay window vertically resizable by setting expanding sizePolicy on settingsContainer
Agent-Logs-Url: https://github.com/srcejon/sdrangel/sessions/4e4a66fe-0430-4ac0-bcf6-02a949f863a5 Co-authored-by: srcejon <57259258+srcejon@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f8c7728391
commit
c163d073d1
@@ -28,6 +28,12 @@
|
||||
<height>220</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<property name="leftMargin">
|
||||
<number>4</number>
|
||||
|
||||
Reference in New Issue
Block a user