Bug 257375 - Inputs at ledgers' top line aren't properly centered
Summary: Inputs at ledgers' top line aren't properly centered
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.5
Platform: MacPorts macOS
: NOR minor
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-20 00:03 UTC by Marko Käning
Modified: 2010-11-20 16:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
TIFF showing the unaligned input elements (19.44 KB, application/octet-stream)
2010-11-20 00:03 UTC, Marko Käning
Details
horizontal separation improved, but vertical alignment should be centered (17.05 KB, text/plain)
2010-11-20 15:58 UTC, Marko Käning
Details

Note You need to log in before you can comment on or make changes to this bug.
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.)