Skip to content

Commit

Permalink
Fixes and repositioning of bookmarks dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
gade01 committed Jul 22, 2015
1 parent 2804eab commit 7073316
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
24 changes: 18 additions & 6 deletions 720p/VideoOSDBookmarks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,35 @@

<coordinates>
<system>1</system>
<left>22</left>
<left>299</left>
<top>116</top>
</coordinates>

<controls>
<control type="group">
<include>SettingsDialogBox</include>
<include>DialogOpenCloseAnim</include>

<control type="image">
<width>682</width>
<height>520</height>
<texture border="50,70,50,75">panels/dialog-background.png</texture>
</control>

<control type="button">
<left>622</left>
<include>DialogCloseBtn</include>
</control>

<control type="label">
<width>602</width>
<include>SettingsDialogTitle</include>
<label>$LOCALIZE[298]</label>
</control>

<control type="panel" id="11">
<left>23</left>
<top>49</top>
<width>410</width>
<width>612</width>
<height>417</height>
<pagecontrol>913</pagecontrol>
<onup>11</onup>
Expand Down Expand Up @@ -86,8 +97,10 @@
<include>VideoOSDBookmarksScrollBar</include>

<control type="grouplist" id="9001">
<left>70</left>
<left>23</left>
<top>467</top>
<width>636</width>
<align>center</align>
<orientation>horizontal</orientation>
<onup>11</onup>
<control type="button" id="2">
Expand All @@ -99,10 +112,9 @@
<description>Clear Bookmarks</description>
<include>DialogMenuBarBtn</include>
<label>$LOCALIZE[296]</label>
<visible>!VideoPlayer.Content(Episodes)</visible>
</control>
<control type="button" id="4">
<description>Clear Bookmarks</description>
<description>Set Episode Bookmark</description>
<include>DialogMenuBarBtn</include>
<label>$LOCALIZE[20406]</label>
<visible>VideoPlayer.Content(Episodes)</visible>
Expand Down
4 changes: 2 additions & 2 deletions 720p/includes_Scrollbars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -566,15 +566,15 @@
<animation effect="fade" end="100" time="200" delay="500">Visible</animation>

<control type="image">
<left>436</left>
<left>638</left>
<top>48</top>
<width>14</width>
<height>415</height>
<texture border="4">controls/scrollbar-background.png</texture>
</control>

<control type="scrollbar" id="913">
<left>436</left>
<left>638</left>
<top>48</top>
<height>415</height>
<texturesliderbackground>-</texturesliderbackground>
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
------------------------
[B]6.6.15 (changes by Gade) (21-July-15)[/B]
[B]6.6.15 (changes by Gade) (22-July-15)[/B]
------------------------
- Removed star rating from music artists.
- Fixed label in OSD bookmarks dialog.
- Fixes and repositioning of bookmarks dialog.

------------------------
[B]6.6.14 (changes by Gade) (20-July-15)[/B]
Expand Down

0 comments on commit 7073316

Please sign in to comment.