Merge lp:~fboucault/ubuntu-rssreader-app/remove_use_of_theming into lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk

Proposed by Florian Boucault
Status: Merged
Approved by: Joey Chan
Approved revision: 15
Merged at revision: 15
Proposed branch: lp:~fboucault/ubuntu-rssreader-app/remove_use_of_theming
Merge into: lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk
Diff against target: 23 lines (+0/-2)
2 files modified
RssFeedDelegate.qml (+0/-1)
RssFeedPage.qml (+0/-1)
To merge this branch: bzr merge lp:~fboucault/ubuntu-rssreader-app/remove_use_of_theming
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Shorts Developers Pending
Review via email: mp+171691@code.launchpad.net

Commit message

Remove non-useful use of ItemStyle.
ItemStyle is about to be deprecated.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'RssFeedDelegate.qml'
--- RssFeedDelegate.qml 2013-04-17 08:48:48 +0000
+++ RssFeedDelegate.qml 2013-06-26 23:51:26 +0000
@@ -52,7 +52,6 @@
5252
53// Label53// Label
54// {54// {
55//// ItemStyle.class: "button"
56// fontSize: "large"55// fontSize: "large"
57// text: "Yahoo Top Stories"56// text: "Yahoo Top Stories"
58// }57// }
5958
=== modified file 'RssFeedPage.qml'
--- RssFeedPage.qml 2013-04-17 08:48:48 +0000
+++ RssFeedPage.qml 2013-06-26 23:51:26 +0000
@@ -73,7 +73,6 @@
73 id: label_title73 id: label_title
74 anchors.centerIn: parent74 anchors.centerIn: parent
75 width: parent.width - units.gu(2)75 width: parent.width - units.gu(2)
76 ItemStyle.class: "title"
77 wrapMode: Text.WrapAtWordBoundaryOrAnywhere76 wrapMode: Text.WrapAtWordBoundaryOrAnywhere
78 text: rsstitle77 text: rsstitle
79 color: "white"78 color: "white"

Subscribers

People subscribed via source and target branches