[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/phonon
From:       Bernhard Beschow <bbeschow () cs ! tu-berlin ! de>
Date:       2008-04-17 11:01:15
Message-ID: 1208430075.573249.31835.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 798057 by beschow:

Fix layout direction in vertical mode.

 M  +1 -1      volumeslider.cpp  


--- trunk/KDE/kdelibs/phonon/volumeslider.cpp #798056:798057
@@ -121,7 +121,7 @@
     Qt::Alignment align = (o == Qt::Horizontal ? Qt::AlignVCenter : Qt::AlignHCenter);
     d->layout.setAlignment(&d->muteButton, align);
     d->layout.setAlignment(&d->slider, align);
-    d->layout.setDirection(o == Qt::Horizontal ? QBoxLayout::LeftToRight : QBoxLayout::TopToBottom);
+    d->layout.setDirection(o == Qt::Horizontal ? QBoxLayout::LeftToRight : QBoxLayout::BottomToTop);
     d->slider.setOrientation(o);
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic