1
0
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:
copilot-swe-agent[bot]
2026-04-18 15:38:34 +00:00
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>