diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-07-01 22:28:28 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-07-01 22:28:28 +1200 |
commit | 9c514ede6f2de7ac623242c28f6884d5ab00c982 (patch) | |
tree | 3106e3d495def5ff124c1d92c664981d3e0d60ba /addons/skin.confluence | |
parent | bd7bc1cfa09056b77de185dc56d12ad4d5de6df9 (diff) |
[confluence] fix textwidth of smartplaylist editor edit control
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/SmartPlaylistEditor.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/SmartPlaylistEditor.xml b/addons/skin.confluence/720p/SmartPlaylistEditor.xml index eab8f62682..730db2e80d 100644 --- a/addons/skin.confluence/720p/SmartPlaylistEditor.xml +++ b/addons/skin.confluence/720p/SmartPlaylistEditor.xml @@ -89,7 +89,7 @@ <width>740</width> <height>40</height> <textoffsetx>10</textoffsetx> - <textwidth>750</textwidth> + <textwidth>720</textwidth> <font>font13</font> <align>center</align> <texturefocus border="5">button-focus2.png</texturefocus> @@ -326,4 +326,4 @@ </control> </control> </controls> -</window>
\ No newline at end of file +</window> |