mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-21 01:02:48 +08:00
more margin
old-commit-hash: ff91d30b16f39d1cce0df53d3fe8c8627e668a7f
This commit is contained in:
@@ -12,7 +12,7 @@ int main(int argc, char *argv[]) {
|
||||
setMainWindow(&window);
|
||||
|
||||
QVBoxLayout *layout = new QVBoxLayout();
|
||||
layout->setContentsMargins(30, 30, 30, 30);
|
||||
layout->setContentsMargins(125, 125, 125, 125);
|
||||
|
||||
// TODO: make this scroll
|
||||
layout->addWidget(new QLabel(argv[1]), 0, Qt::AlignTop);
|
||||
|
||||
Reference in New Issue
Block a user