┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-08-26 23:01:56 +0000
committerPeter Penz <[email protected]>2008-08-26 23:01:56 +0000
commitae5b5eb9dcb0e2d696591000331f7fa048395a4b (patch)
tree46d3c15634b2896f45081eceb02f1ca91875b367 /src/viewpropertiesdialog.cpp
parentca7aaecbdbddb27f7442e69d2770b97b4307f338 (diff)
* align labels on the right like suggested in the KDE 4 HIG
* minor changes in detailsview settings and columnview settings svn path=/trunk/KDE/kdebase/apps/; revision=852982
Diffstat (limited to 'src/viewpropertiesdialog.cpp')
-rw-r--r--src/viewpropertiesdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewpropertiesdialog.cpp b/src/viewpropertiesdialog.cpp
index aab0309b8..b71732e56 100644
--- a/src/viewpropertiesdialog.cpp
+++ b/src/viewpropertiesdialog.cpp
@@ -135,9 +135,9 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) :
sortingBox->setLayout(sortingLayout);
QGridLayout* propsGridLayout = new QGridLayout(propsGrid);
- propsGridLayout->addWidget(viewModeLabel, 0, 0);
+ propsGridLayout->addWidget(viewModeLabel, 0, 0, Qt::AlignRight);
propsGridLayout->addWidget(m_viewMode, 0, 1);
- propsGridLayout->addWidget(sortingLabel, 1, 0);
+ propsGridLayout->addWidget(sortingLabel, 1, 0, Qt::AlignRight);
propsGridLayout->addWidget(sortingBox, 1, 1);
QVBoxLayout* propsBoxLayout = new QVBoxLayout(propsBox);