more margin

This commit is contained in:
Adeeb Shihadeh
2020-11-30 16:55:56 -08:00
parent 6159906e5f
commit ff91d30b16
+1 -1
View File
@@ -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);