From 88de17a8d4eb47285d7842748c4a789f45c16992 Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 27 Apr 2022 19:38:20 +0200 Subject: [PATCH] Massive UI revamping (v7): Changed pacement of presets and add channels in device top bar --- sdrgui/device/devicegui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrgui/device/devicegui.cpp b/sdrgui/device/devicegui.cpp index 19f4a8e15..3b72ca117 100644 --- a/sdrgui/device/devicegui.cpp +++ b/sdrgui/device/devicegui.cpp @@ -143,8 +143,8 @@ DeviceGUI::DeviceGUI(QWidget *parent) : m_topLayout->addWidget(m_settingsButton); m_topLayout->addWidget(m_changeDeviceButton); m_topLayout->addWidget(m_reloadDeviceButton); - m_topLayout->addWidget(m_addChannelsButton); m_topLayout->addWidget(m_deviceSetPresetsButton); + m_topLayout->addWidget(m_addChannelsButton); m_topLayout->addWidget(m_titleLabel); // m_topLayout->addStretch(1); m_topLayout->addWidget(m_helpButton);