mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Update dlg_settings.cpp
This commit is contained in:
parent
56fb4e09e0
commit
c450471f12
1 changed files with 2 additions and 2 deletions
|
|
@ -830,7 +830,7 @@ MessagesSettingsPage::MessagesSettingsPage()
|
|||
auto *chatGrid = new QGridLayout;
|
||||
chatGrid->addWidget(&chatMentionCheckBox, 0, 0);
|
||||
chatGrid->addWidget(&invertMentionForeground, 0, 1);
|
||||
chatGrid->addWidget(hexStringLabel, 0, 2, Qt::AlignRight);
|
||||
chatGrid->addWidget(&hexStringLabel, 0, 2, Qt::AlignRight);
|
||||
chatGrid->addWidget(mentionColor, 0, 3);
|
||||
chatGrid->addWidget(&chatMentionCompleterCheckbox, 1, 0, 1, -1);
|
||||
chatGrid->addWidget(&ignoreUnregUsersMainChat, 2, 0, 1, -1);
|
||||
|
|
@ -854,7 +854,7 @@ MessagesSettingsPage::MessagesSettingsPage()
|
|||
auto *highlightNotice = new QGridLayout;
|
||||
highlightNotice->addWidget(customAlertString, 0, 0);
|
||||
highlightNotice->addWidget(&invertHighlightForeground, 0, 1);
|
||||
highlightNotice->addWidget(hexStringLabel, 0, 2, Qt::AlignRight);
|
||||
highlightNotice->addWidget(&hexStringLabel, 0, 2, Qt::AlignRight);
|
||||
highlightNotice->addWidget(highlightColor, 0, 3);
|
||||
highlightNotice->addWidget(&customAlertStringLabel, 1, 0, 1, -1);
|
||||
// Expand first column more than following ones
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue