mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-23 13:33:50 +03:00
update Preferences settings to follow KDE HIG
This commit is contained in:
parent
87f6330816
commit
7dacde2d3a
@ -120,14 +120,6 @@ SettingsDialog::SettingsDialog(QWidget *parent, Latte::Corona *corona)
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
//! RTL support for labels in preferences
|
||||
if (qApp->layoutDirection() == Qt::RightToLeft) {
|
||||
ui->behaviorLbl->setAlignment(Qt::AlignRight | Qt::AlignTop);
|
||||
ui->mouseSensetivityLbl->setAlignment(Qt::AlignRight | Qt::AlignTop);
|
||||
ui->delayLbl->setAlignment(Qt::AlignRight | Qt::AlignTop);
|
||||
}
|
||||
|
||||
loadSettings();
|
||||
|
||||
//! SIGNALS
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user