mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
Rework the settings dialog. Rework all of it. Thoroughly.
Also introduces the ColumnResizer from: https://github.com/agateau/columnresizer/
This commit is contained in:
parent
e178284172
commit
bc05ad30aa
36 changed files with 3357 additions and 1534 deletions
|
|
@ -124,6 +124,9 @@ void PageContainer::createUI()
|
|||
headerHLayout->addSpacerItem(
|
||||
new QSpacerItem(0, 0, QSizePolicy::Expanding, QSizePolicy::Ignored));
|
||||
headerHLayout->addWidget(m_iconHeader);
|
||||
const int rightMargin = MMC->style()->pixelMetric(QStyle::PM_LayoutRightMargin);
|
||||
headerHLayout->addSpacerItem(
|
||||
new QSpacerItem(rightMargin, 0, QSizePolicy::Fixed, QSizePolicy::Ignored));
|
||||
|
||||
m_pageStack->setMargin(0);
|
||||
m_pageStack->addWidget(new QWidget(this));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue