David Culp:
Add a "minimize" button to the radar screen. It will default maximized.
This commit is contained in:
parent
c85990a796
commit
c789b13e23
4 changed files with 30 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -312,6 +312,21 @@
|
|||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>minimize</name>
|
||||
<button>0</button>
|
||||
<x>112</x>
|
||||
<y>112</y>
|
||||
<w>16</w>
|
||||
<h>16</h>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/instrumentation/radar/minimized</property>
|
||||
<value>true</value>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
||||
</actions>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -313,6 +313,21 @@
|
|||
</binding>
|
||||
</action>
|
||||
|
||||
<action>
|
||||
<name>minimize</name>
|
||||
<button>0</button>
|
||||
<x>112</x>
|
||||
<y>112</y>
|
||||
<w>16</w>
|
||||
<h>16</h>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/instrumentation/radar/minimized</property>
|
||||
<value>true</value>
|
||||
</binding>
|
||||
</action>
|
||||
|
||||
|
||||
</actions>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue