Merge lp:~fboucault/ubuntu-weather-app/remove_use_of_theming into lp:ubuntu-weather-app/obsolete.trunk

Proposed by Florian Boucault
Status: Merged
Approved by: Martin Borho
Approved revision: 50
Merged at revision: 51
Proposed branch: lp:~fboucault/ubuntu-weather-app/remove_use_of_theming
Merge into: lp:ubuntu-weather-app/obsolete.trunk
Diff against target: 11 lines (+0/-1)
1 file modified
components/DayWeatherComponent.qml (+0/-1)
To merge this branch: bzr merge lp:~fboucault/ubuntu-weather-app/remove_use_of_theming
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Martin Borho Approve
Review via email: mp+171692@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
Martin Borho (martin-borho) wrote :

Thanks!

review: Approve
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 'components/DayWeatherComponent.qml'
--- components/DayWeatherComponent.qml 2013-06-09 15:42:41 +0000
+++ components/DayWeatherComponent.qml 2013-06-26 23:51:27 +0000
@@ -37,7 +37,6 @@
37 verticalAlignment: Text.AlignVCenter37 verticalAlignment: Text.AlignVCenter
38 width:parent.width/9*338 width:parent.width/9*3
39 height:parent.height39 height:parent.height
40 ItemStyle.class: "title"
41 text: dayWeatherComponent.temperature+"°"+dayWeatherComponent.scale40 text: dayWeatherComponent.temperature+"°"+dayWeatherComponent.scale
42 }41 }
43 Label {42 Label {

Subscribers

People subscribed via source and target branches