diff options
| author | Méven Car <[email protected]> | 2026-03-05 10:40:06 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-03-05 10:45:47 +0100 |
| commit | 4c9500e42d143192ba73036f1d0f6a191ad80cf8 (patch) | |
| tree | d3bb5e09dae011af1338c17f86bfc1fedae9da31 /src/settings/viewmodes/contentdisplaytab.cpp | |
| parent | de4502909053fbea3295409540a97a5c74ca6611 (diff) | |
settings: make most settings page center aligned
Limit the width of text labels.
Diffstat (limited to 'src/settings/viewmodes/contentdisplaytab.cpp')
| -rw-r--r-- | src/settings/viewmodes/contentdisplaytab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings/viewmodes/contentdisplaytab.cpp b/src/settings/viewmodes/contentdisplaytab.cpp index 4c30f99eb..747c3ff20 100644 --- a/src/settings/viewmodes/contentdisplaytab.cpp +++ b/src/settings/viewmodes/contentdisplaytab.cpp @@ -33,6 +33,7 @@ ContentDisplayTab::ContentDisplayTab(QWidget *parent) , m_elideEnding(nullptr) { QFormLayout *topLayout = new QFormLayout(this); + topLayout->setFormAlignment(Qt::AlignHCenter); // Sorting Order m_naturalSorting = new QRadioButton(i18nc("option:radio", "Natural")); |
