mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-09 06:52:05 +08:00
more margin
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