[Gambas-user] Qt4 and Scaled property

Benoît Minisini gambas at ...1...
Sun Sep 6 17:21:05 CEST 2009


> Hi again!
> I have done some testing.
> There is some problems with Gambas3 revision 2310 on Ubuntu 9.04 64bit.
> My default font size for applications and desktop is 10.
> Gambas tells that desktop.scale is 7 and application.font.size is 10.
> When I change those font sizes to 8, Gambas gives desktop.scale 6
> and application.font.size 8.
> But it doesn't have effect on forms size!
> I can even change font sizes so small I can't even read them, still
> forms size are same.
> Form property Scaled is true.
> 
> Jussi
> 

It works as expected there. Beware that Desktop.Scale is taken into account 
when creating the form. Once the form is created, changing Desktop.Scale has 
no effect.

-- 
Benoît




More information about the User mailing list