mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
reorder
This commit is contained in:
parent
c450471f12
commit
66bcedd9c4
1 changed files with 6 additions and 6 deletions
|
|
@ -829,9 +829,9 @@ 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(mentionColor, 0, 3);
|
||||
chatGrid->addWidget(&hexStringLabel, 0, 1, Qt::AlignRight);
|
||||
chatGrid->addWidget(mentionColor, 0, 2);
|
||||
chatGrid->addWidget(&invertMentionForeground, 0, 3);
|
||||
chatGrid->addWidget(&chatMentionCompleterCheckbox, 1, 0, 1, -1);
|
||||
chatGrid->addWidget(&ignoreUnregUsersMainChat, 2, 0, 1, -1);
|
||||
chatGrid->addWidget(&ignoreUnregUserMessages, 3, 0, 1, -1);
|
||||
|
|
@ -853,9 +853,9 @@ 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(highlightColor, 0, 3);
|
||||
highlightNotice->addWidget(&hexStringLabel, 0, 1, Qt::AlignRight);
|
||||
highlightNotice->addWidget(highlightColor, 0, 2);
|
||||
highlightNotice->addWidget(&invertHighlightForeground, 0, 3);
|
||||
highlightNotice->addWidget(&customAlertStringLabel, 1, 0, 1, -1);
|
||||
// Expand first column more than following ones
|
||||
highlightNotice->setColumnStretch(0, 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue