~mpredotka/falldown/small_corrections

« back to all changes in this revision

Viewing changes to app/components/TopMenu.qml

  • Committer: Launchpad Translations on behalf of rpadovani
  • Date: 2015-10-05 06:00:27 UTC
  • Revision ID: launchpad_translations_on_behalf_of_rpadovani-20151005060027-6wz5o3ww2g4twwkx
Launchpad automatic translations update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
                    }
149
149
                }
150
150
 
151
 
                // XXX force the update, trolololol
152
 
                Connections {
153
 
                    target: settings
154
 
                    onThemeChanged: {
155
 
                        pauseImg.source = Qt.resolvedUrl("../" + mainView.imgPrefix + "ui/pause-btn.png");
156
 
                    }
157
 
                }
158
 
 
159
151
                anchors {
160
152
                    fill: parent
161
153
                    margins: units.gu(1)