~bfiller/gallery-app/remove-texture

« back to all changes in this revision

Viewing changes to rc/qml/Components/AlbumCover.qml

mergeĀ autopilotĀ tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 
146
146
      TextEditOnClick {
147
147
        id: title
 
148
        objectName: "albumTitleField"
148
149
        
149
150
        text: (album) ? album.title : ""
150
151
        onTextUpdated: album.title = text
180
181
      
181
182
      TextEditOnClick {
182
183
        id: subtitle
 
184
        objectName: "albumSubtitleField"
183
185
        
184
186
        text: (album) ? album.subtitle : ""
185
187
        onTextUpdated: album.subtitle = text