mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-23 08:01:30 -05:00
Add support for building against Qt 6
This commit is contained in:
@@ -92,7 +92,7 @@ void GamecubeControllersWidget::CreateLayout()
|
||||
m_gc_box->setLayout(m_gc_layout);
|
||||
|
||||
auto* layout = new QVBoxLayout;
|
||||
layout->setMargin(0);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
layout->setAlignment(Qt::AlignTop);
|
||||
layout->addWidget(m_gc_box);
|
||||
setLayout(layout);
|
||||
|
||||
Reference in New Issue
Block a user