Added option to not break eachline

This commit is contained in:
obscuren
2014-06-26 10:37:48 +02:00
parent 1268413ba7
commit b3367ec0e3
3 changed files with 20 additions and 14 deletions

View File

@@ -208,6 +208,12 @@ ApplicationWindow {
}
text: "Next"
}
CheckBox {
id: breakEachLine
objectName: "breakEachLine"
text: "Break each instruction"
checked: true
}
}
}