Skip to content

Commit

Permalink
Fix textbox alignments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jingai committed Oct 4, 2015
1 parent 0567c99 commit d1c9a69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 720p/DialogSelect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<posx>195</posx>
<posy>72</posy>
<width>615</width>
<height>76</height>
<height>78</height>
<textcolor>SettingsDetail</textcolor>
<font>METF_ContextValue</font>
<align>left</align>
Expand Down
4 changes: 2 additions & 2 deletions 720p/DialogTextViewer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<control type="textbox" id="5">
<description>Text Area</description>
<posx>10</posx>
<posy>64</posy>
<posy>60</posy>
<width>790</width>
<height>368</height>
<height>372</height>
<label>-</label>
<font>METF_ContextValue</font>
<textcolor>SettingsDetail</textcolor>
Expand Down
2 changes: 1 addition & 1 deletion 720p/SettingsCategory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<posx>300</posx>
<posy>565</posy>
<width>750</width>
<height>66</height>
<height>64</height>
<font>METF_PlotTextSmall</font>
<include condition="!Skin.HasSetting(AutoScrollFast)">AutoScrollShort</include>
<include condition="Skin.HasSetting(AutoScrollFast)">AutoScrollShortFast</include>
Expand Down

0 comments on commit d1c9a69

Please sign in to comment.