diff options
author | pieh <misiek.piechowiak@gmail.com> | 2011-08-15 11:42:42 +0200 |
---|---|---|
committer | pieh <misiek.piechowiak@gmail.com> | 2011-08-15 12:59:08 +0200 |
commit | b931da54ec0865e215b9f79a03d1694ffa273e8e (patch) | |
tree | 80cbf3dc3bd521744e2cc24729898ea17891b5b8 /addons | |
parent | 054751375137db72c7087247718fbaf1115bff80 (diff) |
added support for <height min="a" max="b">auto</height> (same with width) to grouplist
updated DialogContextMenu
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/DialogContextMenu.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/DialogContextMenu.xml b/addons/skin.confluence/720p/DialogContextMenu.xml index db97cd8223..f339e4156b 100644 --- a/addons/skin.confluence/720p/DialogContextMenu.xml +++ b/addons/skin.confluence/720p/DialogContextMenu.xml @@ -12,15 +12,15 @@ <posx>0</posx> <posy>0</posy> <width>340</width> - <height>200</height> - <texture border="20,19,20,19">DialogBack.png</texture> + <height>720</height> + <texture border="20">DialogBack.png</texture> </control> <control type="grouplist" id="996"> <description>grouplist for context buttons</description> <posx>20</posx> <posy>30</posy> <width>300</width> - <height>145</height> + <height max="670">auto</height> <itemgap>2</itemgap> </control> <control type="button"> |