mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-15 22:21:00 +00:00
Use two columns when there is too many checkboxes in launcher's tab
This commit is contained in:
parent
8e566fa7ab
commit
7c9497c4de
@ -127,7 +127,7 @@ bool Launcher::AdvancedPage::loadSettings()
|
||||
{
|
||||
loadSettingBool(viewOverShoulderCheckBox, "view over shoulder", "Camera");
|
||||
connect(viewOverShoulderCheckBox, SIGNAL(toggled(bool)), this, SLOT(slotViewOverShoulderToggled(bool)));
|
||||
viewOverShoulderGroup->setEnabled(viewOverShoulderCheckBox->checkState());
|
||||
viewOverShoulderVerticalLayout->setEnabled(viewOverShoulderCheckBox->checkState());
|
||||
loadSettingBool(autoSwitchShoulderCheckBox, "auto switch shoulder", "Camera");
|
||||
loadSettingBool(previewIfStandStillCheckBox, "preview if stand still", "Camera");
|
||||
loadSettingBool(deferredPreviewRotationCheckBox, "deferred preview rotation", "Camera");
|
||||
@ -339,5 +339,5 @@ void Launcher::AdvancedPage::slotAnimSourcesToggled(bool checked)
|
||||
|
||||
void Launcher::AdvancedPage::slotViewOverShoulderToggled(bool checked)
|
||||
{
|
||||
viewOverShoulderGroup->setEnabled(viewOverShoulderCheckBox->checkState());
|
||||
viewOverShoulderVerticalLayout->setEnabled(viewOverShoulderCheckBox->checkState());
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user