further fix setting collision
This commit is contained in:
@@ -113,7 +113,6 @@ void SettingsDialog::addTabs()
|
|||||||
QVBoxLayout *SettingsDialog::createAccountsTab()
|
QVBoxLayout *SettingsDialog::createAccountsTab()
|
||||||
{
|
{
|
||||||
auto layout = new QVBoxLayout();
|
auto layout = new QVBoxLayout();
|
||||||
singletons::SettingManager &settings = singletons::SettingManager::getInstance();
|
|
||||||
|
|
||||||
// add remove buttons
|
// add remove buttons
|
||||||
auto buttonBox = new QDialogButtonBox(this);
|
auto buttonBox = new QDialogButtonBox(this);
|
||||||
@@ -281,7 +280,7 @@ QVBoxLayout *SettingsDialog::createAppearanceTab()
|
|||||||
form->addRow("Scrolling:", enableSmoothScrolling);
|
form->addRow("Scrolling:", enableSmoothScrolling);
|
||||||
|
|
||||||
auto enableSmoothScrollingNewMessages = createCheckbox(
|
auto enableSmoothScrollingNewMessages = createCheckbox(
|
||||||
"Enable smooth scrolling for new messages", settings.enableSmoothScrolling);
|
"Enable smooth scrolling for new messages", settings.enableSmoothScrollingNewMessages);
|
||||||
form->addRow("", enableSmoothScrollingNewMessages);
|
form->addRow("", enableSmoothScrollingNewMessages);
|
||||||
|
|
||||||
group->setLayout(form);
|
group->setLayout(form);
|
||||||
|
|||||||
Reference in New Issue
Block a user