oops extra menu_layout
This commit is contained in:
parent
c920b4769e
commit
f5f7e84ab4
1 changed files with 14 additions and 25 deletions
|
@ -46,25 +46,17 @@
|
||||||
</texture>
|
</texture>
|
||||||
|
|
||||||
<button_layout id="funlayout">
|
<button_layout id="funlayout">
|
||||||
<enabled>
|
<pressed>
|
||||||
<pressed>
|
<focus style="fun" />
|
||||||
<focus style="fun" />
|
<unfocus style="fun" />
|
||||||
<unfocus style="fun" />
|
</pressed>
|
||||||
</pressed>
|
<unpressed>
|
||||||
<unpressed>
|
<focus style="fun" />
|
||||||
<focus style="fun" />
|
<unfocus style="fun" />
|
||||||
<unfocus style="fun" />
|
</unpressed>
|
||||||
</unpressed>
|
|
||||||
</enabled>
|
|
||||||
<disabled>
|
<disabled>
|
||||||
<pressed>
|
<focus style="fun" />
|
||||||
<focus style="fun" />
|
<unfocus style="fun" />
|
||||||
<unfocus style="fun" />
|
|
||||||
</pressed>
|
|
||||||
<unpressed>
|
|
||||||
<focus style="fun" />
|
|
||||||
<unfocus style="fun" />
|
|
||||||
</unpressed>
|
|
||||||
</disabled>
|
</disabled>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
@ -73,11 +65,6 @@
|
||||||
<unfocus style="blah-sunken" text="vroom" />
|
<unfocus style="blah-sunken" text="vroom" />
|
||||||
</surface>
|
</surface>
|
||||||
|
|
||||||
<menu_layout id="titlelayout">
|
|
||||||
<focus style="blah-flat" text="vroom" />
|
|
||||||
<unfocus style="blah-sunken" text="vroom" />
|
|
||||||
</surface>
|
|
||||||
|
|
||||||
<window>
|
<window>
|
||||||
<button id="close" layout="funlayout" />
|
<button id="close" layout="funlayout" />
|
||||||
<button id="stick" layout="funlayout" />
|
<button id="stick" layout="funlayout" />
|
||||||
|
@ -86,8 +73,10 @@
|
||||||
<button id="icon" layout="funlayout" />
|
<button id="icon" layout="funlayout" />
|
||||||
<button id="shade" layout="funlayout" />
|
<button id="shade" layout="funlayout" />
|
||||||
|
|
||||||
<surface id="title" layout="titlelayout" />
|
<surface id="title" layout="titlelayout" />
|
||||||
<surface id="handle" layout="titlelayout" />
|
<surface id="handle" layout="titlelayout" />
|
||||||
|
<surface id="leftgrip" layout="titlelayout" />
|
||||||
|
<surface id="rightgrip" layout="titlelayout" />
|
||||||
</window>
|
</window>
|
||||||
|
|
||||||
<menu>
|
<menu>
|
||||||
|
|
Loading…
Reference in a new issue