mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
fix
This commit is contained in:
parent
1538d4b187
commit
5f8d5479da
1 changed files with 2 additions and 2 deletions
|
|
@ -837,7 +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)
|
||||
chatGrid->setColumnStretch(0, 1);
|
||||
chatGroupBox = new QGroupBox;
|
||||
chatGroupBox->setLayout(chatGrid);
|
||||
|
||||
|
|
@ -853,7 +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)
|
||||
highlightNotice->setColumnStretch(0, 1);
|
||||
highlightGroupBox = new QGroupBox;
|
||||
highlightGroupBox->setLayout(highlightNotice);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue