[Kmymoney-devel] Window size showing in title bar
Alvaro Soliverez
asoliverez at gmail.com
Mon May 3 11:43:48 CEST 2010
The caption with the height is generated with this code.
#ifdef KMM_DEBUG
caption += QString(" (%1 x %2)").arg(width()).arg(height());
#endif
So, it depends on the value of KMM_DEBUG on your setup.
My recent commit only changes the way "modified" is displayed.
Regards,
Alvaro
On Mon, May 3, 2010 at 6:24 AM, Cristian Oneţ <onet.cristian at gmail.com> wrote:
> On Mon, May 3, 2010 at 12:19 PM, Ian Neal
> <iann_bugzilla at blueyonder.co.uk> wrote:
>> I've noticed that in recent builds that the title bar for the kmymoney
>> window is showing its size e.g. 1199x880. Is it supposed to be doing
>> that or have I accidentally switched on some option for it to do that?
>
> It should only be doing that when built for the 'Debug' target. If
> this happens in a 'Release' build then it must be because Alvaro's
> recent commit 1121868.
>
> Regards,
> Cristian
> _______________________________________________
> KMyMoney-devel mailing list
> KMyMoney-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kmymoney-devel
>
More information about the KMyMoney-devel
mailing list