Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions comments.qml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import QtQuick 2.9
import QtQuick.Controls 1.5
import QtQuick.Controls 2
import QtQuick.Window 2.2
import MuseScore 3.0
import Qt.labs.settings 1.0

MuseScore {
menuPath : "Plugins.Comments"
Expand All @@ -12,7 +11,6 @@ MuseScore {
//pluginType : "Dialog"
//requiresScore: true // needs MuseScore > 2.0.3


onRun : {
if (!curScore) {
Qt.quit();
Expand Down Expand Up @@ -73,7 +71,6 @@ MuseScore {
anchors.fill : parent

font.pointSize : 12
backgroundVisible : false
focus : true
wrapMode : TextEdit.WrapAnywhere
textFormat : TextEdit.PlainText
Expand Down