Fixes in rule violations and private chat

This commit is contained in:
Eduardo Bart
2013-02-28 22:01:41 -03:00
parent dad3026ba0
commit 120c2b4231
3 changed files with 5 additions and 3 deletions

View File

@@ -887,6 +887,7 @@ end
function onRuleViolationLock()
if not violationReportTab then return end
violationReportTab.locked = false
addTabText(tr('Your request has been closed') .. '.', SpeakTypesSettings.privateRed, violationReportTab)
violationReportTab.locked = true
end

View File

@@ -10,16 +10,17 @@ MainWindow
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
max-length: 255
TextEdit
id: text
text-wrap: true
multiline: true
anchors.top: prev.bottom
anchors.bottom: next.top
anchors.left: parent.left
anchors.right: parent.right
margin: 8 0
max-length: 255
Button
id: buttonOk