Improved look of some menus in RTL

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8003 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-03-20 20:03:29 +00:00
parent a078105aee
commit 519770ec2f
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
<spacer height="20" width="10"/>
<!-- ************ SKIN CHOICE ************ -->
<label width="100%" I18N="In the graphics settings" text="Skin"/>
<label I18N="In the graphics settings" text="Skin"/>
<!-- FIXME: don't hardcode size -->
<spinner id="skinchoice" width="300" height="50" />
@ -30,7 +30,7 @@
<div width="75%" height="40" layout="horizontal-row" >
<checkbox id="showfps" width="40" height="40"/>
<spacer width="20" height="100%" />
<label proportion="1" height="100%" I18N="In the ui settings" text="Display FPS"/>
<label height="100%" I18N="In the ui settings" text="Display FPS"/>
</div>
<spacer height="4" width="4"/>

View File

@ -32,7 +32,7 @@
<div width="75%" height="40" layout="horizontal-row" >
<checkbox id="vsync" width="40" height="40"/>
<spacer width="20" height="100%" />
<label proportion="1" height="100%" I18N="In the video settings" text="Vertical Sync (requires restart)"/>
<label height="100%" I18N="In the video settings" text="Vertical Sync (requires restart)"/>
</div>
<spacer width="20" height="20"/>
@ -52,7 +52,7 @@
<spacer width="40" height="100%" />
<checkbox id="fullscreen" width="40" height="40"/>
<spacer width="20" height="100%" />
<label proportion="1" height="100%" I18N="In the video settings" text="Fullscreen"/>
<label height="100%" I18N="In the video settings" text="Fullscreen"/>
</div>
<spacer height="10" width="10"/>