diff options
author | Jarek Kobus <[email protected]> | 2024-02-20 15:22:13 +0100 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2024-02-21 09:16:16 +0000 |
commit | 2fe085871beebcfd23ae17fe3867a7c2caa4935b (patch) | |
tree | f9ae60060e396b1d2d1881f2ecb8a1c873697e33 /src/plugins | |
parent | f686ca7aa8e597fb2d6cc15d6e2116f6ee6c23c1 (diff) |
Axivion: Fix internal layout of DashboardSettingsWidget
Make internal margins a bit smaller so that they look consistent
with the rest of UI coming from Qt.
Change-Id: Iaeaccd1e0a4141a96657e32cebb619b969e43cab
Reviewed-by: <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/axivion/axivionsettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/axivion/axivionsettings.cpp b/src/plugins/axivion/axivionsettings.cpp index a4db242c2dd..8597fac9150 100644 --- a/src/plugins/axivion/axivionsettings.cpp +++ b/src/plugins/axivion/axivionsettings.cpp @@ -185,7 +185,7 @@ DashboardSettingsWidget::DashboardSettingsWidget(Mode mode, QWidget *parent, QPu Form { m_dashboardUrl, br, m_username, br, - mode == Edit ? normalMargin : noMargin + noMargin }.attachTo(this); if (mode == Edit) { |