Contextmenu rework

This commit is contained in:
DaVukovic 2019-05-20 16:28:22 +02:00
parent 8d0bb5626a
commit 2e848bc6b1
5 changed files with 14 additions and 21 deletions

View File

@ -1,33 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol>1000</defaultcontrol> <defaultcontrol>1000</defaultcontrol>
<include>dialogeffect</include> <include>dialogeffect</include>
<coordinates> <coordinates>
<system>1</system> <left>0</left>
<posx>0</posx> <top>0</top>
<posy>0</posy>
</coordinates> </coordinates>
<controls> <controls>
<control type="image" id="997">
<description>background top image</description>
<posx>0</posx>
<posy>-50</posy>
<width>400</width>
<height>50</height>
<texture border="40,40,40,0">ContextMenu_Top.png</texture>
</control>
<control type="image" id="999"> <control type="image" id="999">
<description>background image</description> <left>0</left>
<posx>0</posx> <top>0</top>
<posy>0</posy>
<width>400</width> <width>400</width>
<texture border="40,0,40,0">ContextMenu_Middle.png</texture> <height>720</height>
<texture border="80">ContextMenu.png</texture>
</control> </control>
<control type="image" id="998"> <control type="grouplist" id="996">
<description>background bottom image</description> <description>grouplist for context buttons</description>
<posx>0</posx> <left>42</left>
<top>45</top>
<width>400</width> <width>400</width>
<height>50</height> <height max="640">auto</height>
<texture border="40,0,40,40">ContextMenu_Bottom.png</texture> <itemgap>2</itemgap>
</control> </control>
<control type="button" id="1000"> <control type="button" id="1000">
<description>button template</description> <description>button template</description>

BIN
media/ContextMenu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB