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>
|
||||
|
||||
<button_layout id="funlayout">
|
||||
<enabled>
|
||||
<pressed>
|
||||
<focus style="fun" />
|
||||
<unfocus style="fun" />
|
||||
</pressed>
|
||||
<unpressed>
|
||||
<focus style="fun" />
|
||||
<unfocus style="fun" />
|
||||
</unpressed>
|
||||
</enabled>
|
||||
<pressed>
|
||||
<focus style="fun" />
|
||||
<unfocus style="fun" />
|
||||
</pressed>
|
||||
<unpressed>
|
||||
<focus style="fun" />
|
||||
<unfocus style="fun" />
|
||||
</unpressed>
|
||||
<disabled>
|
||||
<pressed>
|
||||
<focus style="fun" />
|
||||
<unfocus style="fun" />
|
||||
</pressed>
|
||||
<unpressed>
|
||||
<focus style="fun" />
|
||||
<unfocus style="fun" />
|
||||
</unpressed>
|
||||
<focus style="fun" />
|
||||
<unfocus style="fun" />
|
||||
</disabled>
|
||||
</button>
|
||||
|
||||
|
@ -73,11 +65,6 @@
|
|||
<unfocus style="blah-sunken" text="vroom" />
|
||||
</surface>
|
||||
|
||||
<menu_layout id="titlelayout">
|
||||
<focus style="blah-flat" text="vroom" />
|
||||
<unfocus style="blah-sunken" text="vroom" />
|
||||
</surface>
|
||||
|
||||
<window>
|
||||
<button id="close" layout="funlayout" />
|
||||
<button id="stick" layout="funlayout" />
|
||||
|
@ -86,8 +73,10 @@
|
|||
<button id="icon" layout="funlayout" />
|
||||
<button id="shade" layout="funlayout" />
|
||||
|
||||
<surface id="title" layout="titlelayout" />
|
||||
<surface id="handle" layout="titlelayout" />
|
||||
<surface id="title" layout="titlelayout" />
|
||||
<surface id="handle" layout="titlelayout" />
|
||||
<surface id="leftgrip" layout="titlelayout" />
|
||||
<surface id="rightgrip" layout="titlelayout" />
|
||||
</window>
|
||||
|
||||
<menu>
|
||||
|
|
Loading…
Reference in a new issue