mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
qt: Add option to apply fullscreen stretching modes when maximized
This commit is contained in:
@@ -397,6 +397,7 @@ RendererStack::createRenderer(Renderer renderer)
|
||||
if (current.get() == nullptr) return;
|
||||
current->setFocusPolicy(Qt::NoFocus);
|
||||
current->setFocusProxy(this);
|
||||
current->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
addWidget(current.get());
|
||||
|
||||
this->setStyleSheet("background-color: black");
|
||||
|
||||
Reference in New Issue
Block a user