Bug 258460

Summary: KMyMoney window has a fixed minimum window width
Product: [Applications] kmymoney Reporter: Mike Wolfe <wolfemi1>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mike Wolfe 2010-12-01 04:45:00 UTC
Version:           SVN trunk (using KDE 4.5.4) 
OS:                Linux

After updating the application from SVN within the past few days, I noticed that KMyMoney would not fit on the screen.  I am using an emulator window (vmware) on Windows with dimensions of 1152x864.  Manually resizing only works to make the screen wider, but not narrower.

Reproducible: Always

Steps to Reproduce:
Open the window.  Try to resize to smaller than 1152 pixels in width.

Actual Results:  
Window does not resize smaller.

Expected Results:  
Window should have resized smaller.

OS: Linux (i686) release 2.6.32-26-generic
Compiler: cc
Comment 1 Cristian OneČ› 2010-12-01 09:01:26 UTC
SVN commit 1202518 by conet:

BUG: 258460
Reduce the application's minimum horizontal size. This does not completely remove the minimum horizontal size it just makes it smaller. The minimum horizontal size is determined by the widest view which is 'Forecast' so in the 'List' view mode that minimum size is 1008 (using the Romanian translation). That is enough even to fit into a netbook's 1024x600 resolution.

 M  +6 -3      kforecastviewdecl.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1202518
Comment 2 Cristian OneČ› 2010-12-01 09:02:06 UTC
SVN commit 1202519 by conet:

BUG: 258460
Reduce the application's minimum horizontal size. This does not completely remove the minimum horizontal size it just makes it smaller. The minimum horizontal size is determined by the widest view which is 'Forecast' so in the 'List' view mode that minimum size is 1008 (using the Romanian translation). That is enough even to fit into a netbook's 1024x600 resolution.
Merged into the stable branch.

 M  +6 -3      kforecastviewdecl.ui  


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