Set physical size to something sensible -- 40x30 cm
Requested-by: Martin Gräßlin
This commit is contained in:
parent
f8bc3e6598
commit
9e3aa9a7e3
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ int main(int argc, char **argv)
|
|||
shell->create();
|
||||
display.createShm();
|
||||
OutputInterface *output = display.createOutput(&display);
|
||||
output->setPhysicalSize(QSize(10, 10));
|
||||
output->setPhysicalSize(QSize(400, 300));
|
||||
const QSize windowSize(1024, 768);
|
||||
output->addMode(windowSize);
|
||||
output->create();
|
||||
|
|
Loading…
Reference in a new issue