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

List:       kde-commits
Subject:    branches/kdepim/enterprise/kdepim/korganizer
From:       Sergio Luis Martins <iamsergio () gmail ! com>
Date:       2010-10-14 10:17:49
Message-ID: 20101014101749.97CD0AC896 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1185826 by smartins:

It's the mLeftSplitter we want. It has the same width as the timelabels when using \
the english language, but with german, a scroll bar appears.

Fixes kolab/issue3924.

 M  +1 -1      multiagendaview.cpp  


--- branches/kdepim/enterprise/kdepim/korganizer/multiagendaview.cpp #1185825:1185826
@@ -427,7 +427,7 @@
 
 void MultiAgendaView::resizeScrollView(const QSize & size)
 {
-  const int widgetWidth = size.width() - mTimeLabels->width() - mScrollBar->width();
+  const int widgetWidth = size.width() - mLeftSplitter->width() - \
mScrollBar->width();  int width = QMAX( mTopBox->sizeHint().width(), widgetWidth );
   int height = size.height();
   if ( width > widgetWidth ) {


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

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