[Kde-pim] KDE/kdepim/kontact/src

Rafael Fernández López ereslibre at kde.org
Fri Aug 15 03:30:29 BST 2008


SVN commit 847226 by ereslibre:

Fix the navigation toolbar be RTL aligned. Why is the reason of a separator being there ? Should I backport this commit ?

CCMAIL: kde-pim at kde.org


 M  +0 -1      kontactui.rc  
 M  +0 -6      mainwindow.cpp  


--- trunk/KDE/kdepim/kontact/src/kontactui.rc #847225:847226
@@ -39,7 +39,6 @@
   <Action name="help_whats_this"/>
 </ToolBar>
 <ToolBar position="Top" noMerge="1" hidden="true" name="navigatorToolBar"><text>Navigator</text>
-  <Action name="navigator_spacer_item"/>
   <ActionList name="navigator_actionlist" />
 </ToolBar>
 </gui>
--- trunk/KDE/kdepim/kontact/src/mainwindow.cpp #847225:847226
@@ -423,12 +423,6 @@
   action = new KAction( KIcon( "ktip" ), i18n( "&Tip of the Day" ), this );
   actionCollection()->addAction( "help_tipofday", action );
   connect( action, SIGNAL(triggered(bool)), SLOT(slotShowTip()) );
-
-  QWidgetAction *spacerAction = new QWidgetAction( this );
-  QWidget *stretchWidget = new QWidget( this );
-  stretchWidget->setSizePolicy( QSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred ) );
-  spacerAction->setDefaultWidget( stretchWidget );
-  actionCollection()->addAction( "navigator_spacer_item", spacerAction );
 }
 
 bool MainWindow::isPluginLoaded( const KPluginInfo &info )
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list