Bug 257375

Summary: Inputs at ledgers' top line aren't properly centered
Product: [Applications] kmymoney Reporter: Marko Käning <mk-lists>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED WAITINGFORINFO    
Severity: minor    
Priority: NOR    
Version: 4.5   
Target Milestone: ---   
Platform: MacPorts   
OS: macOS   
Latest Commit: Version Fixed In:
Attachments: TIFF showing the unaligned input elements
horizontal separation improved, but vertical alignment should be centered

Description Marko Käning 2010-11-20 00:03:41 UTC
Created attachment 53567 [details]
TIFF showing the unaligned input elements

Version:           4.5 (using KDE 4.5.3) 
OS:                OS X

The inputs at the top of the ledgers view is not properly aligned. The account drop down selection, the edit line, status drop down and texts in between go a little up and down... The should be vertically centered I guess. Also the distance between the account drop down and the "Search" string is way too small.
See TIFF attachent.

Reproducible: Always
Comment 1 Cristian Oneț 2010-11-20 15:28:55 UTC
SVN commit 1199066 by conet:

BUG: 257375
Fixed the spacing between the account selector and the 'Search' label. The misalignment described in this bug is caused by the different heights of a line edit and a combo control in the used style. The widgets are all added in a horizontal layout.

 M  +1 -1      views/kgloballedgerview.cpp  
 M  +1 -1      widgets/registersearchline.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1199066
Comment 2 Cristian Oneț 2010-11-20 15:29:59 UTC
SVN commit 1199067 by conet:

BUG: 257375
Fixed the spacing between the account selector and the 'Search' label. The misalignment described in this bug is caused by the different heights of a line edit and a combo control in the used style. The widgets are all added in a horizontal layout.
Merged into the stable branch.

 M  +1 -1      views/kgloballedgerview.cpp  
 M  +1 -1      widgets/registersearchline.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1199067
Comment 3 Marko Käning 2010-11-20 15:58:55 UTC
Created attachment 53578 [details]
horizontal separation improved, but vertical alignment should be centered
Comment 4 Marko Käning 2010-11-20 16:00:34 UTC
Is it not possible to get the vertical alignment centered?
(Dropdown boxes are slightly lower that the texts and text input line.)