~mterry/podbird/theme-colors

« back to all changes in this revision

Viewing changes to app/ui/EpisodesPage.qml

  • Committer: Michael Terry
  • Date: 2016-05-30 18:00:09 UTC
  • Revision ID: mike@mterry.name-20160530180009-8e2gqr768yuujqax
Whoops, remove testing string

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
                wrapMode: Text.WordWrap
337
337
                color: theme.palette.normal.overlayText
338
338
                linkColor: podbird.appTheme.linkText
339
 
                text: "Hello <a href='http://ubuntu.com/'>there</a>"
 
339
                text: dialogInternal.description
340
340
                onLinkActivated: Qt.openUrlExternally(link)
341
341
            }
342
342