Skip to content

Commit

Permalink
Merge pull request xbmc#6124 from tamland/addon-descr-align
Browse files Browse the repository at this point in the history
[confluence] left align addon descriptions
  • Loading branch information
ronie authored and phil65 committed Jan 10, 2015
2 parents 1e0fe58 + bdb7bf3 commit 811abca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/skin.confluence/720p/DialogAddonInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<width>600</width>
<height>260</height>
<font>font13</font>
<align>justify</align>
<align>left</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Property(Addon.Description)]</label>
<pagecontrol>61</pagecontrol>
Expand Down
4 changes: 2 additions & 2 deletions addons/skin.confluence/720p/ViewsAddonBrowser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<width>490</width>
<height>215</height>
<font>font13</font>
<align>justify</align>
<align>left</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Property(Addon.Description)]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
Expand Down Expand Up @@ -445,7 +445,7 @@
<width>290</width>
<height>445</height>
<font>font13</font>
<align>justify</align>
<align>left</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Property(Addon.Description)]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
Expand Down

0 comments on commit 811abca

Please sign in to comment.