1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 23:43:43 -04:00

Massive UI revamping (v7): Fixed sizing of some device windows. Part of #1209

This commit is contained in:
f4exb
2022-04-25 00:15:46 +02:00
parent f77e38eb3f
commit 5f9d14a56e
15 changed files with 124 additions and 110 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ DeviceGUI::DeviceGUI(QWidget *parent) :
m_bottomLayout->addWidget(m_statusLabel);
m_sizeGripBottomRight = new QSizeGrip(this);
m_sizeGripBottomRight->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
m_sizeGripBottomRight->setFixedHeight(20);
// m_bottomLayout->addStretch(1);
m_bottomLayout->addWidget(m_sizeGripBottomRight, 0, Qt::AlignBottom | Qt::AlignRight);