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)

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