Bug 161860

Summary: information bar should not use menuitem separators
Product: [Applications] dolphin Reporter: Huynh Huu Long <long>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: side effect of using a menu separator

Description Huynh Huu Long 2008-05-09 20:17:18 UTC
Version:           1.0.99 (using 4.00.71 (KDE 4.0.71 (Alpha1), compiled sources)
Compiler:          gcc
OS:                Linux (i686) release 2.6.24-ARCH

Currently MenuItem::Separator is (mis)used as Seperator in the information bar. KSeparator or similar should be used instead to avoid unexpected side effects (see screenshot for an example). As Oxygen is able to style KSeparator for a while now, it is certainly not a bad idea to change this what also makes the code one hack cleaner :)
Comment 1 Huynh Huu Long 2008-05-09 20:21:39 UTC
Created attachment 24686 [details]
side effect of using a menu separator
Comment 2 Peter Penz 2008-05-09 20:34:04 UTC
Ah, thanks for the hint! I was not aware that Oxygen can draw KSeparator now properly :-) I'll fix this ASAP.
Comment 3 Peter Penz 2008-05-10 15:37:34 UTC
SVN commit 806201 by ppenz:

Don't (mis)use MenuItem::Separator for the information bar, as Oxygen is able to style KSeperator quite some time already.

BUG: 161860

 M  +3 -35     infosidebarpage.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=806201