-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update skin.xml files to use new table layout tags
- Loading branch information
1 parent
3f21fc4
commit 223088e
Showing
2 changed files
with
60 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Airtime1280x1024, Skin for Mixxx 1.11.x | ||
http://www.mixxx.org | ||
Copyright (C) 2013 Sourcefabric; http://www.sourcefabric.org | ||
This skin is based on the "Deere" Skin for Mixxx 1.8.x by jus | ||
This skin is based on the "Deere" Skin for Mixxx 1.8.x by jus <[email protected]> | ||
The "Airtime" skin for Mixxx is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license. | ||
http://creativecommons.org/licenses/by-sa/3.0/ | ||
|
@@ -44,9 +44,15 @@ | |
<license>Creative Commons Attribution, Share-Alike 3.0 Unported</license> | ||
<attributes> | ||
<attribute config_key="[Master],num_decks">2</attribute> | ||
<attribute config_key="[Master],num_samplers">0</attribute> | ||
<attribute config_key="[Master],num_preview_decks">0</attribute> | ||
<attribute config_key="[Master],num_samplers">4</attribute> | ||
<attribute config_key="[Master],num_preview_decks">2</attribute> | ||
<!--Optionally, make elements visible on skin load--> | ||
<attribute config_key="[Spinny1],show_spinny">0</attribute> | ||
<attribute config_key="[Spinny2],show_spinny">0</attribute> | ||
<attribute config_key="[Samplers],show_samplers">0</attribute> | ||
<attribute config_key="[Microphone],show_microphone">0</attribute> | ||
<attribute config_key="[Vinylcontrol],show_vinylcontrol">0</attribute> | ||
<attribute config_key="[PreviewDeck],show_previewdeck">0</attribute> | ||
</attributes> | ||
</manifest> | ||
|
||
|
@@ -80,18 +86,28 @@ | |
********************************************** | ||
--> | ||
|
||
<TableView> | ||
<Style> | ||
</Style> | ||
<Pos>6,332</Pos> | ||
<Size>e,e</Size> | ||
<Layout>horizontal</Layout> | ||
<BgColor>#FFFFFF</BgColor> | ||
<FgColor>#333333</FgColor> | ||
<BgColorRowEven>#ebebeb</BgColorRowEven> | ||
<BgColorRowUneven>#cfdee7</BgColorRowUneven> | ||
</TableView> | ||
<WidgetGroup> | ||
<Pos>6,332</Pos> | ||
<Size>200,586</Size> | ||
<Layout>vertical</Layout> | ||
<Children> | ||
<!--Search Input Field--> | ||
<SearchBox></SearchBox> | ||
<!--Library Tree View--> | ||
<LibrarySidebar></LibrarySidebar> | ||
</Children> | ||
</WidgetGroup> | ||
|
||
<WidgetGroup> | ||
<Pos>266,332</Pos> | ||
<Size>992,586</Size> | ||
<Layout>vertical</Layout> | ||
<Children> | ||
<!-- Library Table--> | ||
<Library></Library> | ||
</Children> | ||
</WidgetGroup> | ||
|
||
<!-- | ||
############################################################################################ | ||
############################################################################################ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
AirtimeBeatmatch1280x1024, Skin for Mixxx 1.11.x | ||
http://www.mixxx.org | ||
Copyright (C) 2013 Sourcefabric; http://www.sourcefabric.org | ||
This skin is based on the "Deere" Skin for Mixxx 1.8.x by jus | ||
This skin is based on the "Deere" Skin for Mixxx 1.8.x by jus <[email protected]> | ||
The "AirtimeBeatmatch" skin for Mixxx is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license. | ||
http://creativecommons.org/licenses/by-sa/3.0/ | ||
|
@@ -45,9 +45,15 @@ | |
<license>Creative Commons Attribution, Share-Alike 3.0 Unported</license> | ||
<attributes> | ||
<attribute config_key="[Master],num_decks">2</attribute> | ||
<attribute config_key="[Master],num_samplers">0</attribute> | ||
<attribute config_key="[Master],num_preview_decks">0</attribute> | ||
<attribute config_key="[Master],num_samplers">4</attribute> | ||
<attribute config_key="[Master],num_preview_decks">2</attribute> | ||
<!--Optionally, make elements visible on skin load--> | ||
<attribute config_key="[Spinny1],show_spinny">0</attribute> | ||
<attribute config_key="[Spinny2],show_spinny">0</attribute> | ||
<attribute config_key="[Samplers],show_samplers">0</attribute> | ||
<attribute config_key="[Microphone],show_microphone">0</attribute> | ||
<attribute config_key="[Vinylcontrol],show_vinylcontrol">0</attribute> | ||
<attribute config_key="[PreviewDeck],show_previewdeck">0</attribute> | ||
</attributes> | ||
</manifest> | ||
|
||
|
@@ -80,26 +86,27 @@ | |
General- Search and Library display | ||
********************************************** | ||
--> | ||
<TableView> | ||
<Style>QToolTip { font: 13px FreeSans, Arial, Helvetica, sans-serif; | ||
background-color: #969696; color: #FFFFFF; border: 1px solid #505050; padding: 4px; } | ||
QLabel { font: 13px/15px FreeSans, Arial, Helvetica, sans-serif; | ||
background-color: transparent; color: #CCCCCC; text-align: left; padding-left: 1%; } | ||
QTableView { font: 13px/15px FreeSans, Arial, Helvetica, sans-serif; | ||
background: #ebebeb; alternate-background-color: #cfdee7; color: #000000; } | ||
QHeaderView { font: 11px/13px FreeSans, Arial, Helvetica, sans-serif; } | ||
QRadioButton { color: #000000; } | ||
QTextBrowser { background: #ebebeb; color: #000000; } | ||
WLibrarySidebar { background: #4889c3; color: #FFFFFF; } | ||
WSearchLineEdit { background: #ebebeb; color: #000000; } | ||
</Style> | ||
<Pos>6,332</Pos> | ||
<Size>1252,585</Size> | ||
<BgColor>#FFFFFF</BgColor> | ||
<FgColor>#333333</FgColor> | ||
<BgColorRowEven>#ebebeb</BgColorRowEven> | ||
<BgColorRowUneven>#cfdee7</BgColorRowUneven> | ||
</TableView> | ||
<WidgetGroup> | ||
<Pos>6,332</Pos> | ||
<Size>200,586</Size> | ||
<Layout>vertical</Layout> | ||
<Children> | ||
<!--Search Input Field--> | ||
<SearchBox></SearchBox> | ||
<!--Library Tree View--> | ||
<LibrarySidebar></LibrarySidebar> | ||
</Children> | ||
</WidgetGroup> | ||
|
||
<WidgetGroup> | ||
<Pos>266,332</Pos> | ||
<Size>992,586</Size> | ||
<Layout>vertical</Layout> | ||
<Children> | ||
<!-- Library Table--> | ||
<Library></Library> | ||
</Children> | ||
</WidgetGroup> | ||
|
||
<!-- | ||
############################################################################################ | ||
|