Bug 258460 - KMyMoney window has a fixed minimum window width
Summary: KMyMoney window has a fixed minimum window width
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-01 04:45 UTC by Mike Wolfe
Modified: 2010-12-01 09:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

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