Minor update to the Stopwatch:
- Place in bottom right of screen - Enforce non-modal - Remove space-bar start key assignment (clash with PTT).
This commit is contained in:
parent
226ba90191
commit
45754e544c
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
<PropertyList>
|
||||
<name>stopwatch-dialog</name>
|
||||
<layout>vbox</layout>
|
||||
<modal>false</modal>
|
||||
<default-padding>8</default-padding>
|
||||
<x>-5</x>
|
||||
<y>5</y>
|
||||
|
||||
<nasal>
|
||||
<open>
|
||||
|
@ -100,7 +103,6 @@
|
|||
<button>
|
||||
<legend>Start</legend>
|
||||
<equal>true</equal>
|
||||
<key>Space</key>
|
||||
<pref-width>47</pref-width>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
|
|
Loading…
Add table
Reference in a new issue