mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
set column stretch
This commit is contained in:
parent
0ea4a73fd2
commit
1538d4b187
1 changed files with 2 additions and 0 deletions
|
|
@ -837,6 +837,7 @@ MessagesSettingsPage::MessagesSettingsPage()
|
|||
chatGrid->addWidget(&messagePopups, 4, 0, 1, 3);
|
||||
chatGrid->addWidget(&mentionPopups, 5, 0, 1, 3);
|
||||
chatGrid->addWidget(&roomHistory, 6, 0, 1, 3);
|
||||
chatGrid->setColumnStretch(0, 1)
|
||||
chatGroupBox = new QGroupBox;
|
||||
chatGroupBox->setLayout(chatGrid);
|
||||
|
||||
|
|
@ -852,6 +853,7 @@ MessagesSettingsPage::MessagesSettingsPage()
|
|||
highlightNotice->addWidget(&invertHighlightForeground, 0, 1);
|
||||
highlightNotice->addWidget(highlightColor, 0, 2);
|
||||
highlightNotice->addWidget(&customAlertStringLabel, 1, 0, 1, 2);
|
||||
highlightNotice->setColumnStretch(0, 1)
|
||||
highlightGroupBox = new QGroupBox;
|
||||
highlightGroupBox->setLayout(highlightNotice);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue