<br><br><div class="gmail_quote">On Wed, Jun 24, 2009 at 4:39 PM, Michal Brzozowski <span dir="ltr">&lt;<a href="mailto:rusolis@poczta.fm">rusolis@poczta.fm</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="gmail_quote"><div><br>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?</div></div></blockquote>

<div><br><br>It is created as a gui.elementary.Entry, in msgs2.py line 275: <br>           textbox = gui.elementary.Entry(parent.window.elm_obj)<br><br>See the file:<br><a href="http://git.paroli-project.org/?p=paroli.git;a=blob;f=paroli-applications/msgs2/msgs2.py;h=0676372f2aed28767c2dacde068429c74060234a;hb=HEAD">http://git.paroli-project.org/?p=paroli.git;a=blob;f=paroli-applications/msgs2/msgs2.py;h=0676372f2aed28767c2dacde068429c74060234a;hb=HEAD</a><br>

<br>Some more complicated things are created from python, but normally everything<br>is created from .edc files.<br><br>So you need to digg a bit into elementary to see how it calculates the default font size.<br><br>Laszlo<br>

</div></div>