Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSiLVO committed May 7, 2024
1 parent 3ac22b0 commit 61c0bf3
Showing 1 changed file with 32 additions and 34 deletions.
66 changes: 32 additions & 34 deletions 16x9/VideoFullScreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,38 @@
<shadowcolor>black</shadowcolor>
</control>
<control type="group" id="0">
<animation effect="fade" time="239.76">WindowOpen</animation>
<animation effect="fade" time="239.76">WindowClose</animation>
<control type="grouplist" id="0">
<left>30</left>
<width>100%</width>
<height>300</height>
<itemgap>10</itemgap>
<control type="label" id="10">
<description>row 1 label</description>
<width>1770</width>
<height>50</height>
<font>font14</font>
<textcolor>grey2</textcolor>
<shadowcolor>shadow</shadowcolor>
<label />
</control>
<control type="label" id="11">
<description>row 2 label</description>
<width>1770</width>
<height>50</height>
<font>font14</font>
<label />
<textcolor>grey2</textcolor>
<shadowcolor>shadow</shadowcolor>
</control>
<control type="label" id="12">
<description>row 3 label</description>
<width>1770</width>
<height>50</height>
<font>font14</font>
<label />
<textcolor>grey2</textcolor>
<shadowcolor>shadow</shadowcolor>
</control>
<control type="label" id="10">
<description>row 1 label</description>
<left>45</left>
<top>15</top>
<width>1770</width>
<height>100</height>
<font>font14</font>
<textcolor>grey2</textcolor>
<shadowcolor>shadow</shadowcolor>
<label />
</control>
<control type="label" id="11">
<description>row 2 label</description>
<left>45</left>
<top>45</top>
<width>1770</width>
<height>100</height>
<font>font14</font>
<label />
<textcolor>grey2</textcolor>
<shadowcolor>shadow</shadowcolor>
</control>
<control type="label" id="12">
<description>row 3 label</description>
<left>45</left>
<top>75</top>
<width>1770</width>
<height>100</height>
<font>font14</font>
<label />
<textcolor>grey2</textcolor>
<shadowcolor>shadow</shadowcolor>
</control>
</control>
</controls>
Expand Down

0 comments on commit 61c0bf3

Please sign in to comment.