1
0
Fork 0

David Culp:

Add a "minimize" button to the radar screen.  It will default maximized.
This commit is contained in:
ehofman 2004-03-20 22:34:30 +00:00
parent c85990a796
commit c789b13e23
4 changed files with 30 additions and 0 deletions

View file

@ -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>

View file

@ -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>