- remove all key shortcuts ("Enter" for the default widget remains, of course)
- let chat dialogs be opened in the bottom right corner - make chat_full.xml smaller (it's now resizable, anyway)
This commit is contained in:
parent
89ab7ab274
commit
22fa0c3456
2 changed files with 6 additions and 8 deletions
|
@ -4,6 +4,8 @@
|
|||
<name>chat</name>
|
||||
<modal>false</modal>
|
||||
<resizable>true</resizable>
|
||||
<x>-5</x>
|
||||
<y>5</y>
|
||||
<layout>hbox</layout>
|
||||
<default-padding>5</default-padding>
|
||||
|
||||
|
@ -44,7 +46,6 @@
|
|||
<equal>true</equal>
|
||||
<pref-width>45</pref-width>
|
||||
<pref-height>30</pref-height>
|
||||
<key>+</key>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>chat-full</dialog-name>
|
||||
|
@ -90,7 +91,6 @@
|
|||
<pref-width>45</pref-width>
|
||||
<pref-height>30</pref-height>
|
||||
<equal>true</equal>
|
||||
<key>Enter</key>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<modal>false</modal>
|
||||
<layout>vbox</layout>
|
||||
<resizable>true</resizable>
|
||||
<x>-20</x>
|
||||
<y>20</y>
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
|
@ -14,7 +16,6 @@
|
|||
<pref-width>16</pref-width>
|
||||
<pref-height>16</pref-height>
|
||||
<border>2</border>
|
||||
<key>-</key>
|
||||
<binding>
|
||||
<command>dialog-show</command>
|
||||
<dialog-name>chat</dialog-name>
|
||||
|
@ -37,7 +38,6 @@
|
|||
<pref-width>16</pref-width>
|
||||
<pref-height>16</pref-height>
|
||||
<border>2</border>
|
||||
<keynum>27</keynum>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
|
@ -50,8 +50,8 @@
|
|||
<halign>fill</halign>
|
||||
<valign>fill</valign>
|
||||
<stretch>true</stretch>
|
||||
<pref-width>450</pref-width>
|
||||
<pref-height>120</pref-height>
|
||||
<pref-width>350</pref-width>
|
||||
<pref-height>150</pref-height>
|
||||
<padding>5</padding>
|
||||
<slider>20</slider>
|
||||
<live>true</live>
|
||||
|
@ -71,14 +71,12 @@
|
|||
<halign>fill</halign>
|
||||
<stretch>true</stretch>
|
||||
<length>50</length>
|
||||
<pref-width>500</pref-width>
|
||||
<property>/sim/multiplay/chat-compose</property>
|
||||
</input>
|
||||
|
||||
<button>
|
||||
<legend>Send</legend>
|
||||
<default>true</default>
|
||||
<key>Enter</key>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
|
|
Loading…
Reference in a new issue