Skip to content

Commit

Permalink
define Singleton children in skin.xml directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jan 15, 2017
1 parent 6ec6e60 commit 293ad76
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion res/skins/Deere/skin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,15 @@
<SingletonDefinition>
<ObjectName>DecksMixerSingleton</ObjectName>
<Children>
<Template src="skin:decks_mixer_wrapper.xml"/>
<WidgetGroup>
<Layout>horizontal</Layout>
<SizePolicy>me,min</SizePolicy>
<Children>
<Template src="skin:left_gutter.xml"/>
<Template src="skin:mixer.xml"/>
<Template src="skin:right_gutter.xml"/>
</Children>
</WidgetGroup>
</Children>
</SingletonDefinition>

Expand Down

0 comments on commit 293ad76

Please sign in to comment.