Updaded modaldialog and bot (added anti push)

This commit is contained in:
OTCv8
2019-11-08 05:31:38 +01:00
parent 7d9a81d871
commit d78af570ea
8 changed files with 109 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ ModalButton < Button
ModalDialog < MainWindow
id: modalDialog
size: 280 97
&minimumWidth: 200
&minimumWidth: 300
&maximumWidth: 600
&minimumChoices: 4
&maximumChoices: 10
@@ -49,6 +49,7 @@ ModalDialog < MainWindow
id: messageLabel
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
text-align: left
text-auto-resize: true
text-wrap: true
@@ -59,6 +60,7 @@ ModalDialog < MainWindow
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: next.top
margin-bottom: 5
Panel
id: buttonsPanel