Follow-up fix for bb9adf3: Pressing enter while location spinners have focus now starts a teleport (#4211)
* Follow-up fix for bb9adf332950a6495a41aab8c6c4b2436f83f53e: Pressing enter while location spinners have focus now starts a teleport * Fix some map controls vanishing if floater height is too smallmaster
parent
8dd3955d78
commit
2c35cddddd
|
|
@ -455,7 +455,7 @@
|
|||
|
||||
<panel
|
||||
follows="right|top|bottom"
|
||||
height="330"
|
||||
height="235"
|
||||
top_pad="0"
|
||||
width="238"
|
||||
name="layout_panel_4">
|
||||
|
|
@ -591,6 +591,13 @@
|
|||
<scroll_list.commit_callback
|
||||
function="WMap.SearchResult" />
|
||||
</scroll_list>
|
||||
</panel>
|
||||
<panel
|
||||
follows="right|bottom"
|
||||
height="95"
|
||||
top_pad="0"
|
||||
width="238"
|
||||
name="layout_panel_7">
|
||||
<text
|
||||
type="string"
|
||||
length="1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue