mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
nav: cleanup eta spacing
old-commit-hash: 08a7ea1af40b700922c9de2de7a299ec9b28cb3d
This commit is contained in:
@@ -607,7 +607,6 @@ void MapInstructions::updateInstructions(QMap<QString, QVariant> banner){
|
||||
MapETA::MapETA(QWidget * parent) : QWidget(parent){
|
||||
QHBoxLayout *layout_outer = new QHBoxLayout;
|
||||
layout_outer->setContentsMargins(20, 25, 20, 25);
|
||||
layout_outer->setSpacing(20);
|
||||
|
||||
{
|
||||
QVBoxLayout *layout = new QVBoxLayout;
|
||||
@@ -623,6 +622,7 @@ MapETA::MapETA(QWidget * parent) : QWidget(parent){
|
||||
layout->addStretch();
|
||||
layout_outer->addLayout(layout);
|
||||
}
|
||||
layout_outer->addSpacing(30);
|
||||
{
|
||||
QVBoxLayout *layout = new QVBoxLayout;
|
||||
time = new QLabel;
|
||||
@@ -637,6 +637,7 @@ MapETA::MapETA(QWidget * parent) : QWidget(parent){
|
||||
layout->addStretch();
|
||||
layout_outer->addLayout(layout);
|
||||
}
|
||||
layout_outer->addSpacing(30);
|
||||
{
|
||||
QVBoxLayout *layout = new QVBoxLayout;
|
||||
distance = new QLabel;
|
||||
|
||||
Reference in New Issue
Block a user