* more correct sizes in the configuration interface

* remove additional debug information
* increase limits for extscripts intervals to 10000 (fix #48)
This commit is contained in:
arcan1s
2015-05-06 00:31:37 +03:00
parent 15d88ee3ba
commit 7f4dfe1060
9 changed files with 12 additions and 10 deletions

View File

@ -259,6 +259,7 @@ Item {
QtControls.TextArea {
id: textPattern
width: parent.width
height: parent.height * 4 / 5
textFormat: TextEdit.PlainText
text: plasmoid.configuration.text
}