~zyga/checkbox/session-changes

« back to all changes in this revision

Viewing changes to checkbox-touch/components/QmlConfinedPage.qml

"automatic merge of lp:~kissiel/checkbox/fix-1492322-better-add-comment-button/ by tarmac [r=zyga][bug=1492322][author=kissiel]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        actions: [
79
79
            Action {
80
80
                id: addCommentAction
81
 
                iconName: "document-new-symbolic"
 
81
                iconName: "note-new"
82
82
                text: i18n.tr("Add comment")
83
83
                onTriggered: {
84
84
                    commentsDialog.commentDefaultText = test["comments"] || "";