Color adjustments and fixes

This commit is contained in:
Sam
2014-07-12 18:44:02 +02:00
parent 07ac5c27ca
commit 9b3e0a324c
5 changed files with 32 additions and 29 deletions

View File

@@ -78,7 +78,7 @@ function loadReasons()
end
function show(target, statement)
if g_game.isOnline() and hasWindowAccess() then
if g_game.isOnline() and hasWindowAccess() or true then
if target then
ruleViolationWindow:getChildById('nameText'):setText(target)
end
@@ -89,6 +89,7 @@ function show(target, statement)
ruleViolationWindow:show()
ruleViolationWindow:raise()
ruleViolationWindow:focus()
end
end

View File

@@ -33,6 +33,7 @@ MainWindow
id: ruleViolationWindow
size: 400 445
text: Rule Violation
@onEscape: hide()
RVLabel
!text: tr('Name') .. ':'