Re: Change font size in elementary.Entry (was: font size in other window managers)

2009-06-25 Thread Laszlo KREKACS
> None of them affects the appearance, the fonts are the same as before, > and the sizes too. Hmm, scale_set() does affect the font size. So injecting the following code into msgs2.py between line 125 and 126: textbox.scale_set(1.5) Makes the text comfortably readable. But it looks to me, it is n

Change font size in elementary.Entry (was: font size in other window managers)

2009-06-25 Thread Laszlo KREKACS
> So you need to digg a bit into elementary to see how it calculates the > default font size. Ok, we should inject the code into msgs2.py line 125: textbox.size_hint_weight_set(1.0, 1.0) I tried the following things: textbox.size_hint_weight_set(15.0, 15.0) textbox.size_hint_request_set(30.0,3

Re: font size in other window managers

2009-06-24 Thread Laszlo KREKACS
On Wed, Jun 24, 2009 at 4:39 PM, Michal Brzozowski wrote: > > > I find that the problem persists in Paroli. The menu fonts are normal, but > when typing an sms the font is really small. Where does Paroli take the font > sizes from? > It is created as a gui.elementary.Entry, in msgs2.py line 275:

Re: font size in other window managers

2009-06-24 Thread Michal Brzozowski
2009/6/23 Nikita V. Youshchenko > > Hi, > > > > I'm playing with other window managers in Om2009, like matchbox and > > icewm. > > > > All the apps that I run use insanely small fonts and buttons. Same as > > when you run them in pure X. Does anyone have an idea how to change this > > behaviour?

Re: font size in other window managers

2009-06-23 Thread Nicola Mfb
On Tue, Jun 23, 2009 at 6:41 PM, Michal Brzozowski wrote: > 2009/6/23 Nicola Mfb >> >> If you continues your window managers tests please reports them on: >> >> http://wiki.openmoko.org/wiki/Windows_Managers >> > > > I tried matchbox-wm, but it didn't play nicely with override_redirect > windows (

Re: font size in other window managers

2009-06-23 Thread Michal Brzozowski
2009/6/23 Nicola Mfb > > If you continues your window managers tests please reports them on: > > http://wiki.openmoko.org/wiki/Windows_Managers > > I tried matchbox-wm, but it didn't play nicely with override_redirect windows (literki). So now I'm trying icewm, and it's working as expected. I ha

Re: font size in other window managers

2009-06-23 Thread Nicola Mfb
On Tue, Jun 23, 2009 at 5:51 PM, Michal Brzozowski wrote: > Hi, > > I'm playing with other window managers in Om2009, like matchbox and icewm. > > All the apps that I run use insanely small fonts and buttons. Same as when > you run them in pure X. Does anyone have an idea how to change this > behav

Re: font size in other window managers

2009-06-23 Thread Michal Brzozowski
Got it: forgot to specify -dpi when launching X. 2009/6/23 Michal Brzozowski > Hi, > > I'm playing with other window managers in Om2009, like matchbox and icewm. > > All the apps that I run use insanely small fonts and buttons. Same as when > you run them in pure X. Does anyone have an idea how

Re: font size in other window managers

2009-06-23 Thread Nikita V. Youshchenko
> Hi, > > I'm playing with other window managers in Om2009, like matchbox and > icewm. > > All the apps that I run use insanely small fonts and buttons. Same as > when you run them in pure X. Does anyone have an idea how to change this > behaviour? Is it through some env variables? Try to start X

font size in other window managers

2009-06-23 Thread Michal Brzozowski
Hi, I'm playing with other window managers in Om2009, like matchbox and icewm. All the apps that I run use insanely small fonts and buttons. Same as when you run them in pure X. Does anyone have an idea how to change this behaviour? Is it through some env variables? Thanks, Michal __