~mterry/podbird/ok

« back to all changes in this revision

Viewing changes to app/ui/EpisodesTab.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2016-03-06 12:34:40 UTC
  • Revision ID: krnekhelesh@gmail.com-20160306123440-ndd81182u8jod64b
Actually include dialog color fix. Bump version to 0.7.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
                    width: parent.width
299
299
                    wrapMode: Text.WordWrap
300
300
                    linkColor: "Blue"
 
301
                    color: UbuntuColors.coolGrey
301
302
                    text: dialogInternal.description
302
303
                    onLinkActivated: Qt.openUrlExternally(link)
303
304
                }