This commit is contained in:
Ahmed Samy 2015-12-15 03:26:43 +02:00
commit 39d4a7d842
2 changed files with 7 additions and 0 deletions

View File

@ -20,3 +20,9 @@ MiniWindow
Minimap Minimap
id: minimap id: minimap
anchors.fill: parent anchors.fill: parent
ResizeBorder
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
enabled: true

View File

@ -90,6 +90,7 @@ function show(target, statement)
ruleViolationWindow:show() ruleViolationWindow:show()
ruleViolationWindow:raise() ruleViolationWindow:raise()
ruleViolationWindow:focus() ruleViolationWindow:focus()
ruleViolationWindow:getChildById('commentText'):focus()
end end
end end