Skip to content

Commit 223088e

Browse files
committed
Update skin.xml files to use new table layout tags
1 parent 3f21fc4 commit 223088e

File tree

2 files changed

+60
-37
lines changed

2 files changed

+60
-37
lines changed

Airtime1280x1024/skin.xml

+30-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Airtime1280x1024, Skin for Mixxx 1.11.x
33
http://www.mixxx.org
44
Copyright (C) 2013 Sourcefabric; http://www.sourcefabric.org
5-
This skin is based on the "Deere" Skin for Mixxx 1.8.x by jus
5+
This skin is based on the "Deere" Skin for Mixxx 1.8.x by jus <[email protected]>
66
The "Airtime" skin for Mixxx is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.
77
http://creativecommons.org/licenses/by-sa/3.0/
88
@@ -44,9 +44,15 @@
4444
<license>Creative Commons Attribution, Share-Alike 3.0 Unported</license>
4545
<attributes>
4646
<attribute config_key="[Master],num_decks">2</attribute>
47-
<attribute config_key="[Master],num_samplers">0</attribute>
48-
<attribute config_key="[Master],num_preview_decks">0</attribute>
47+
<attribute config_key="[Master],num_samplers">4</attribute>
48+
<attribute config_key="[Master],num_preview_decks">2</attribute>
49+
<!--Optionally, make elements visible on skin load-->
50+
<attribute config_key="[Spinny1],show_spinny">0</attribute>
51+
<attribute config_key="[Spinny2],show_spinny">0</attribute>
4952
<attribute config_key="[Samplers],show_samplers">0</attribute>
53+
<attribute config_key="[Microphone],show_microphone">0</attribute>
54+
<attribute config_key="[Vinylcontrol],show_vinylcontrol">0</attribute>
55+
<attribute config_key="[PreviewDeck],show_previewdeck">0</attribute>
5056
</attributes>
5157
</manifest>
5258

@@ -80,18 +86,28 @@
8086
**********************************************
8187
-->
8288

83-
<TableView>
84-
<Style>
85-
</Style>
86-
<Pos>6,332</Pos>
87-
<Size>e,e</Size>
88-
<Layout>horizontal</Layout>
89-
<BgColor>#FFFFFF</BgColor>
90-
<FgColor>#333333</FgColor>
91-
<BgColorRowEven>#ebebeb</BgColorRowEven>
92-
<BgColorRowUneven>#cfdee7</BgColorRowUneven>
93-
</TableView>
89+
<WidgetGroup>
90+
<Pos>6,332</Pos>
91+
<Size>200,586</Size>
92+
<Layout>vertical</Layout>
93+
<Children>
94+
<!--Search Input Field-->
95+
<SearchBox></SearchBox>
96+
<!--Library Tree View-->
97+
<LibrarySidebar></LibrarySidebar>
98+
</Children>
99+
</WidgetGroup>
94100

101+
<WidgetGroup>
102+
<Pos>266,332</Pos>
103+
<Size>992,586</Size>
104+
<Layout>vertical</Layout>
105+
<Children>
106+
<!-- Library Table-->
107+
<Library></Library>
108+
</Children>
109+
</WidgetGroup>
110+
95111
<!--
96112
############################################################################################
97113
############################################################################################

AirtimeBeatmatch1280x1024/skin.xml

+30-23
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
AirtimeBeatmatch1280x1024, Skin for Mixxx 1.11.x
33
http://www.mixxx.org
44
Copyright (C) 2013 Sourcefabric; http://www.sourcefabric.org
5-
This skin is based on the "Deere" Skin for Mixxx 1.8.x by jus
5+
This skin is based on the "Deere" Skin for Mixxx 1.8.x by jus <[email protected]>
66
The "AirtimeBeatmatch" skin for Mixxx is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.
77
http://creativecommons.org/licenses/by-sa/3.0/
88
@@ -45,9 +45,15 @@
4545
<license>Creative Commons Attribution, Share-Alike 3.0 Unported</license>
4646
<attributes>
4747
<attribute config_key="[Master],num_decks">2</attribute>
48-
<attribute config_key="[Master],num_samplers">0</attribute>
49-
<attribute config_key="[Master],num_preview_decks">0</attribute>
48+
<attribute config_key="[Master],num_samplers">4</attribute>
49+
<attribute config_key="[Master],num_preview_decks">2</attribute>
50+
<!--Optionally, make elements visible on skin load-->
51+
<attribute config_key="[Spinny1],show_spinny">0</attribute>
52+
<attribute config_key="[Spinny2],show_spinny">0</attribute>
5053
<attribute config_key="[Samplers],show_samplers">0</attribute>
54+
<attribute config_key="[Microphone],show_microphone">0</attribute>
55+
<attribute config_key="[Vinylcontrol],show_vinylcontrol">0</attribute>
56+
<attribute config_key="[PreviewDeck],show_previewdeck">0</attribute>
5157
</attributes>
5258
</manifest>
5359

@@ -80,26 +86,27 @@
8086
General- Search and Library display
8187
**********************************************
8288
-->
83-
<TableView>
84-
<Style>QToolTip { font: 13px FreeSans, Arial, Helvetica, sans-serif;
85-
background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; }
86-
QLabel { font: 13px/15px FreeSans, Arial, Helvetica, sans-serif;
87-
background-color: transparent; color: #CCCCCC; text-align: left; padding-left: 1%; }
88-
QTableView { font: 13px/15px FreeSans, Arial, Helvetica, sans-serif;
89-
background: #ebebeb; alternate-background-color: #cfdee7; color: #000000; }
90-
QHeaderView { font: 11px/13px FreeSans, Arial, Helvetica, sans-serif; }
91-
QRadioButton { color: #000000; }
92-
QTextBrowser { background: #ebebeb; color: #000000; }
93-
WLibrarySidebar { background: #4889c3; color: #FFFFFF; }
94-
WSearchLineEdit { background: #ebebeb; color: #000000; }
95-
</Style>
96-
<Pos>6,332</Pos>
97-
<Size>1252,585</Size>
98-
<BgColor>#FFFFFF</BgColor>
99-
<FgColor>#333333</FgColor>
100-
<BgColorRowEven>#ebebeb</BgColorRowEven>
101-
<BgColorRowUneven>#cfdee7</BgColorRowUneven>
102-
</TableView>
89+
<WidgetGroup>
90+
<Pos>6,332</Pos>
91+
<Size>200,586</Size>
92+
<Layout>vertical</Layout>
93+
<Children>
94+
<!--Search Input Field-->
95+
<SearchBox></SearchBox>
96+
<!--Library Tree View-->
97+
<LibrarySidebar></LibrarySidebar>
98+
</Children>
99+
</WidgetGroup>
100+
101+
<WidgetGroup>
102+
<Pos>266,332</Pos>
103+
<Size>992,586</Size>
104+
<Layout>vertical</Layout>
105+
<Children>
106+
<!-- Library Table-->
107+
<Library></Library>
108+
</Children>
109+
</WidgetGroup>
103110

104111
<!--
105112
############################################################################################

0 commit comments

Comments
 (0)