diff options
| author | Diego Iastrubni <[email protected]> | 2008-08-15 23:02:01 +0000 |
|---|---|---|
| committer | Diego Iastrubni <[email protected]> | 2008-08-15 23:02:01 +0000 |
| commit | 3c57174a787d110e40d8fab0015a3c76f7229a98 (patch) | |
| tree | 20a2b2eb772fde67895d653a7e7721d193788e19 /src/dolphincolumnview.cpp | |
| parent | 5fc9514e6552a3af71c06e67b456f29601e022a9 (diff) | |
For the URL control of Dolphin and Konqueror to be LTR on RTL desktops (those are URLs, and are not affected by the direction of the desktop).
Force the filterbar of Dolphin to be LTR as well, as again it deals with files/directories which are english/latin letters most of the time.
svn path=/trunk/KDE/kdebase/apps/; revision=847671
Diffstat (limited to 'src/dolphincolumnview.cpp')
| -rw-r--r-- | src/dolphincolumnview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp index 8ca4a6a9b..98b62f83d 100644 --- a/src/dolphincolumnview.cpp +++ b/src/dolphincolumnview.cpp @@ -48,6 +48,7 @@ DolphinColumnView::DolphinColumnView(QWidget* parent, DolphinController* control setSelectionMode(ExtendedSelection); setFocusPolicy(Qt::NoFocus); setFrameShape(QFrame::NoFrame); + setLayoutDirection(Qt::LeftToRight); connect(this, SIGNAL(viewportEntered()), controller, SLOT(emitViewportEntered())); |
