mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-963 minor UI tweak to the status bar icon tray margins
This commit is contained in:
parent
b627b71d0e
commit
035c8afcba
@ -61,7 +61,8 @@ ConnectionManager::ConnectionManager(Internal::MainWindow *mainWindow) :
|
||||
// put everything together
|
||||
QHBoxLayout *layout = new QHBoxLayout;
|
||||
layout->setSpacing(5);
|
||||
layout->setContentsMargins(5, 2, 5, 2);
|
||||
// cheat a bit with the margin to "nicely" center things vertically
|
||||
layout->setContentsMargins(5, 0, 5, 4);
|
||||
setLayout(layout);
|
||||
|
||||
layout->addWidget(new QLabel(tr("Connections:")), 0, Qt::AlignVCenter);
|
||||
|
Loading…
x
Reference in New Issue
Block a user