- Correction as SVN has gone nuts

This commit is contained in:
noisymime 2008-06-28 11:22:55 +00:00
parent 69e390b1cf
commit b07f95b2e4
47 changed files with 128 additions and 17 deletions

View File

@ -61,4 +61,114 @@
<texture id="selector_bar">
<image>None</image>
</texture>
<group id="option_dialog">
<dimensions type="relativeToStage">
<width>40%</width>
<height>40%</height>
</dimensions>
<position type="relativeToStage">
<x>center</x>
<y>center</y>
</position>
<label id="dialog_heading">
<font id="font">
<face>Tahoma</face>
<size id="default">30</size>
<size id="1024x768">38</size>
<size id="800x600">30</size>
<size id="1920x1080">25</size>
</font>
<dimensions type="relativeToParent">
<width>90%</width>
<height>15%</height>
</dimensions>
<position type="relativeToParent">
<x>center</x>
<y>2%</y>
</position>
<colour id="colour">
<r>10</r>
<g>10</g>
<b>10</b>
</colour>
</label>
<label_list id="option_dialog_list">
<font id="main">
<face>Tahoma</face>
<size id="default">12</size>
<size id="1024x768">12</size>
<size id="800x600">10</size>
<size id="1920x1080">25</size>
</font>
<dimensions type="relativeToParent">
<width>80%</width>
<height>80%</height>
</dimensions>
<position type="relativeToParent">
<x>10%</x>
<y>20%</y>
</position>
<!-- This determines the height of each item based on a percentage of the font size.
Eg: 1.00 means that each item will be the same height as the font,
1.50 means that the item will be 1.x times the height as the font etc
-->
<item_height_percent>1.20</item_height_percent>
<!-- These are the opacity and scale values for the 3 possible steps in the menu
Make all the values the same if you do not want these effects -->
<opacity_step0>255</opacity_step0>
<opacity_step1>135</opacity_step1>
<opacity_step2>135</opacity_step2>
<scale_step0>1</scale_step0>
<scale_step1>1</scale_step1>
<scale_step2>1</scale_step2>
<transition_fps>30</transition_fps>
<transition_frames>10</transition_frames>
<texture id="inactive_background">
<image>music/songlist_off.png</image>
<dimensions type="relativeToParent">
<width>100%</width>
<height>100%</height>
</dimensions>
<position type="relativeToParent">
<x>-10</x>
<y>0</y>
</position>
</texture>
<texture id="image_up">
<image>shared/up.png</image>
<dimensions type="relativeToStage">
<width>3%</width>
<height>3%</height>
</dimensions>
<position type="relativeToSelf">
<x>0</x>
<y>0</y>
</position>
</texture>
<texture id="image_down">
<image>shared/down.png</image>
<dimensions type="relativeToStage">
<width>3%</width>
<height>3%</height>
</dimensions>
<position type="blah">
<x>0</x>
<y>0</y>
</position>
</texture>
<inactive_background>music/songlist_off.png</inactive_background>
</label_list>
</group>
</gloss-theme>

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -192,7 +192,7 @@
</texture>
<texture id="image_up">
<image>up.png</image>
<image>shared/up.png</image>
<dimensions type="relativeToStage">
<width>3%</width>
<height>3%</height>
@ -204,7 +204,7 @@
</texture>
<texture id="image_down">
<image>down.png</image>
<image>shared/down.png</image>
<dimensions type="relativeToStage">
<width>3%</width>
<height>3%</height>

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 678 KiB

After

Width:  |  Height:  |  Size: 678 KiB

View File

Before

Width:  |  Height:  |  Size: 388 KiB

After

Width:  |  Height:  |  Size: 388 KiB

View File

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 135 KiB

View File

@ -212,7 +212,7 @@
</texture>
<texture id="image_up">
<image>up.png</image>
<image>shared/up.png</image>
<dimensions type="relativeToStage">
<width>3%</width>
<height>3%</height>
@ -224,7 +224,7 @@
</texture>
<texture id="image_down">
<image>down.png</image>
<image>shared/down.png</image>
<dimensions type="relativeToStage">
<width>3%</width>
<height>3%</height>

View File

@ -14,10 +14,10 @@
<label_list id="music_albums">
<font id="main">
<face>Tahoma</face>
<size id="default">30</size>
<size id="1024x768">38</size>
<size id="800x600">30</size>
<size id="1920x1080">25</size>
<size id="default">20</size>
<size id="1024x768">22</size>
<size id="800x600">18</size>
<size id="1920x1080">28</size>
</font>
<dimensions type="relativeToStage">
@ -31,13 +31,14 @@
<texture id="selector_bar">
<image>active_bar.png</image>
<height_percent>1.20</height_percent>
<dimensions type="relativeToSelf">
<width>100%</width>
<height>relative</height>
</dimensions>
<position type="relativeToParent">
<x>-20</x>
<y>-10%</y>
<y>0</y>
</position>
</texture>
@ -65,10 +66,10 @@
<label_list id="music_songs">
<font id="main">
<face>Tahoma</face>
<size id="default">30</size>
<size id="1024x768">38</size>
<size id="800x600">30</size>
<size id="1920x1080">25</size>
<size id="default">20</size>
<size id="1024x768">22</size>
<size id="800x600">18</size>
<size id="1920x1080">28</size>
</font>
<dimensions type="relativeToStage">

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 256 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 138 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 257 KiB

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 163 KiB

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

Before

Width:  |  Height:  |  Size: 517 KiB

After

Width:  |  Height:  |  Size: 517 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 515 KiB

After

Width:  |  Height:  |  Size: 515 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -192,7 +192,7 @@
</texture>
<texture id="image_up">
<image>up.png</image>
<image>shared/up.png</image>
<dimensions type="relativeToStage">
<width>3%</width>
<height>3%</height>
@ -204,7 +204,7 @@
</texture>
<texture id="image_down">
<image>down.png</image>
<image>shared/down.png</image>
<dimensions type="relativeToStage">
<width>3%</width>
<height>3%</height>

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -47,7 +47,7 @@
</texture>
<texture id="image_up">
<image>up.png</image>
<image>shared/up.png</image>
<dimensions type="relativeToStage">
<width>3%</width>
<height>3%</height>
@ -59,7 +59,7 @@
</texture>
<texture id="image_down">
<image>down.png</image>
<image>shared/down.png</image>
<dimensions type="relativeToStage">
<width>3%</width>
<height>3%</height>