diff options
author | ronie <ronie@poedel.net> | 2015-04-09 16:47:01 +0200 |
---|---|---|
committer | ronie <ronie@poedel.net> | 2015-04-09 16:47:01 +0200 |
commit | 2e1f07c8f7cd47f2451849bbe9d38c059045d354 (patch) | |
tree | 80f2033800f215e976aa132a334c66b467ebaa11 /addons/skin.confluence | |
parent | 61c1df636fc781379670686b28a6404106c9e259 (diff) |
[Confluence] unify filemanager list
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/FileManager.xml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/addons/skin.confluence/720p/FileManager.xml b/addons/skin.confluence/720p/FileManager.xml index 56d422607f..2bf396ec98 100644 --- a/addons/skin.confluence/720p/FileManager.xml +++ b/addons/skin.confluence/720p/FileManager.xml @@ -124,19 +124,19 @@ <ondown>20</ondown> <pagecontrol>30</pagecontrol> <scrolltime>200</scrolltime> - <itemlayout height="35" width="540"> + <itemlayout height="40" width="540"> <control type="image"> <left>0</left> <top>0</top> <width>540</width> - <height>36</height> + <height>41</height> <texture border="0,2,0,2">MenuItemNF.png</texture> </control> <control type="label"> <left>0</left> <top>0</top> <width>500</width> - <height>36</height> + <height>40</height> <font>font13</font> <aligny>center</aligny> <selectedcolor>selected</selectedcolor> @@ -146,9 +146,9 @@ </control> <control type="label"> <left>330</left> - <top>5</top> + <top>0</top> <width>200</width> - <height>24</height> + <height>40</height> <font>font12</font> <aligny>center</aligny> <selectedcolor>selected</selectedcolor> @@ -157,12 +157,12 @@ <info>ListItem.Label2</info> </control> </itemlayout> - <focusedlayout height="35" width="540"> + <focusedlayout height="40" width="540"> <control type="image"> <left>0</left> <top>0</top> <width>540</width> - <height>36</height> + <height>41</height> <visible>!Control.HasFocus(20)</visible> <texture border="0,2,0,2">MenuItemNF.png</texture> </control> @@ -170,7 +170,7 @@ <left>0</left> <top>0</top> <width>540</width> - <height>36</height> + <height>41</height> <visible>Control.HasFocus(20)</visible> <texture border="0,2,0,2">MenuItemFO.png</texture> </control> @@ -186,7 +186,7 @@ <left>0</left> <top>0</top> <width>500</width> - <height>36</height> + <height>40</height> <font>font13</font> <aligny>center</aligny> <selectedcolor>selected</selectedcolor> @@ -196,9 +196,9 @@ </control> <control type="label"> <left>330</left> - <top>5</top> + <top>0</top> <width>200</width> - <height>24</height> + <height>40</height> <font>font12</font> <aligny>center</aligny> <selectedcolor>selected</selectedcolor> @@ -298,19 +298,19 @@ <ondown>21</ondown> <pagecontrol>31</pagecontrol> <scrolltime>200</scrolltime> - <itemlayout height="35"> + <itemlayout height="40"> <control type="image"> <left>0</left> <top>0</top> <width>540</width> - <height>36</height> + <height>41</height> <texture border="0,2,0,2">MenuItemNF.png</texture> </control> <control type="label"> <left>0</left> <top>0</top> <width>500</width> - <height>36</height> + <height>40</height> <font>font13</font> <aligny>center</aligny> <selectedcolor>selected</selectedcolor> @@ -320,9 +320,9 @@ </control> <control type="label"> <left>330</left> - <top>5</top> + <top>0</top> <width>200</width> - <height>24</height> + <height>40</height> <font>font12</font> <aligny>center</aligny> <selectedcolor>selected</selectedcolor> @@ -331,12 +331,12 @@ <info>ListItem.Label2</info> </control> </itemlayout> - <focusedlayout height="35"> + <focusedlayout height="40"> <control type="image"> <left>0</left> <top>0</top> <width>540</width> - <height>36</height> + <height>41</height> <visible>!Control.HasFocus(21)</visible> <texture border="0,2,0,2">MenuItemNF.png</texture> </control> @@ -344,7 +344,7 @@ <left>0</left> <top>0</top> <width>540</width> - <height>36</height> + <height>41</height> <visible>Control.HasFocus(21)</visible> <texture border="0,2,0,2">MenuItemFO.png</texture> </control> @@ -360,7 +360,7 @@ <left>0</left> <top>0</top> <width>500</width> - <height>36</height> + <height>40</height> <font>font13</font> <aligny>center</aligny> <selectedcolor>selected</selectedcolor> @@ -370,9 +370,9 @@ </control> <control type="label"> <left>330</left> - <top>5</top> + <top>0</top> <width>200</width> - <height>24</height> + <height>40</height> <font>font12</font> <aligny>center</aligny> <selectedcolor>selected</selectedcolor> |