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/dolphindetailsview.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/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index bcf385d36..0dfe2ddb5 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -60,6 +60,7 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr Q_ASSERT(settings != 0); Q_ASSERT(controller != 0); + setLayoutDirection(Qt::LeftToRight); setAcceptDrops(true); setSortingEnabled(true); setUniformRowHeights(true); |
