Update dlg_settings.cpp

This commit is contained in:
tooomm 2022-01-18 22:52:10 +01:00
parent 56fb4e09e0
commit c450471f12

View file

@ -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