diff options
author | Josef Schauer <schauher@mur.at> | 2014-04-06 20:39:14 (GMT) |
---|---|---|
committer | Josef Schauer <schauher@mur.at> | 2014-04-06 20:39:14 (GMT) |
commit | 68bbe88f75b408b2f085a5e845da0587d9e0c4d3 (patch) | |
tree | 01341aa2d0c5ade821a411037ff82e7579c6d31a /RHMixxx1280x800 | |
parent | ea362e74ece93ea18c83b596fb242babe5bccab0 (diff) |
player
Diffstat (limited to 'RHMixxx1280x800')
-rwxr-xr-x | RHMixxx1280x800/skin.xml | 88 |
1 files changed, 60 insertions, 28 deletions
diff --git a/RHMixxx1280x800/skin.xml b/RHMixxx1280x800/skin.xml index 55dcc89..aa79a5c 100755 --- a/RHMixxx1280x800/skin.xml +++ b/RHMixxx1280x800/skin.xml @@ -144,13 +144,13 @@ WSearchLineEdit { background: #cfdee7; color: #000000; } --> <TrackProperty> <TooltipId>track_title</TooltipId> - <Style>QLabel { font: bold 18px/20px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; - background-color: transparent; color: #0099FF; text-align: left; padding-left: 1px; } + <Style>QLabel { font: bold 30px/32px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; + background-color: transparent; color: #000000; text-align: left; padding-left: 1px; } </Style> <Property>title</Property> <Channel>1</Channel> <Pos>0,1</Pos> - <Size>315f,23</Size> + <Size>315f,30</Size> </TrackProperty> <!-- @@ -160,13 +160,13 @@ WSearchLineEdit { background: #cfdee7; color: #000000; } --> <TrackProperty> <TooltipId>track_artist</TooltipId> - <Style>QLabel { font: bold 16px/18px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; - background-color: transparent; color: #0099FF; text-align: left; padding-left: 1px; } + <Style>QLabel { font: bold 22px/24px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; + background-color: transparent; color: #000000; text-align: left; padding-left: 1px; } </Style> <Property>artist</Property> <Channel>1</Channel> - <Pos>0,26</Pos> - <Size>290f,23</Size> + <Pos>3,40</Pos> + <Size>310,23</Size> </TrackProperty> <!-- CHANNEL 1 @@ -177,20 +177,20 @@ WSearchLineEdit { background: #cfdee7; color: #000000; } <Channel>1</Channel> <Pos>0,0</Pos> <Size>495,28</Size> - </Text> + </Text>--> <NumberPos> - <Style>QLabel { font: bold 24px; - background-color: transparent; color: #CC0000; } + <Style>QLabel { font: bold 30px; + background-color: transparent; color: #FF0000; } </Style> <Channel>1</Channel> - <Pos>0,38</Pos> - <Size>130,28</Size> + <Pos>315,38</Pos> + <Size>150,32</Size> <NumberOfDigits>6</NumberOfDigits> <Connection> - <ConfigKey>[Channel1],playposition</ConfigKey> + <ConfigKey>[Channel2],playposition</ConfigKey> </Connection> - </NumberPos>--> + </NumberPos> <!--Channel 1: Album Year <TrackProperty> @@ -223,55 +223,87 @@ WSearchLineEdit { background: #cfdee7; color: #000000; } ********************************************** --> <WidgetGroup> - <Pos>765,18</Pos> + <Pos>783,18</Pos> <Style>QGroupBox { border: 0px solid red; }</Style> <Children> - <!-- CHANNEL 2 --> + <!-- + ********************************************** + Text- Track Title + ********************************************** + --> + <TrackProperty> + <TooltipId>track_title</TooltipId> + <Style>QLabel { font: bold 30px/32px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; + background-color: transparent; color: #000000; text-align: left; padding-left: 1px; } + </Style> + <Property>title</Property> + <Channel>2</Channel> + <Pos>0,1</Pos> + <Size>480,30</Size> + </TrackProperty> + + <!-- + ********************************************** + Text- Track Artist + ********************************************** + --> + <TrackProperty> + <TooltipId>track_artist</TooltipId> + <Style>QLabel { font: bold 22px/24px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; + background-color: transparent; color: #000000; text-align: left; padding-left: 1px; } + </Style> + <Property>artist</Property> + <Channel>1</Channel> + <Pos>3,40</Pos> + <Size>400,23</Size> + </TrackProperty> + + <!-- CHANNEL 1 <Text> <Style>QLabel { font: bold 20px; background-color: transparent; color: #000000; } </Style> - <Channel>2</Channel> + <Channel>1</Channel> <Pos>0,0</Pos> <Size>495,28</Size> - </Text> + </Text>--> <NumberPos> - <Style>QLabel { font: bold 24px; - background-color: transparent; color: #CC0000; } + <Style>QLabel { font: bold 30px; + background-color: transparent; color: #0000FF; } </Style> - <Channel>2</Channel> - <Pos>0,38</Pos> - <Size>130,28</Size> + <Channel>1</Channel> + <Pos>315,38</Pos> + <Size>150,32</Size> <NumberOfDigits>6</NumberOfDigits> <Connection> <ConfigKey>[Channel2],playposition</ConfigKey> </Connection> </NumberPos> - <!--Channel 2: Album Year + <!--Channel 1: Album Year <TrackProperty> <TooltipId>track_year</TooltipId> <Style>QLabel { font-size: 14px; background-color: transparent; color: #444444; padding-left: 1%; } </Style> <Property>year</Property> - <Channel>2</Channel> + <Channel>1</Channel> <Pos>145,42</Pos> <Size>40,28</Size> </TrackProperty>--> - <!--Channel 2: Album Title - <TrackProperty> + <!--Channel 1: Album Title <TrackProperty> <TooltipId>track_album</TooltipId> <Style>QLabel { font-size: 14px; background-color: transparent; color: #444444; padding-left: 1%; } </Style> <Property>album</Property> - <Channel>2</Channel> + <Channel>1</Channel> <Pos>205,42</Pos> <Size>280,28</Size> </TrackProperty>--> + </Children> </WidgetGroup> |