~ubuntu-branches/ubuntu/vivid/gpodder/vivid-proposed

« back to all changes in this revision

Viewing changes to share/gpodder/ui/qml/sailfish/org/gpodder/qmlui/InfoBanner.qml

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-04-12 22:07:02 UTC
  • mfrom: (5.2.27 sid)
  • Revision ID: package-import@ubuntu.com-20130412220702-mux8v9r8zt2jin0x
Tags: 3.5.1-1
* New upstream release.
* d/control: declare versioned dependency on python-gtk2 (>= 2.16)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
import com.nokia.extras 1.1
 
3
 
 
4
/* Right now, Sailfish Silica doesn't have an InfoBanner component */
 
5
 
 
6
InfoBanner {
 
7
    topMargin: 8 + rootWindow.__statusBarHeight
 
8
}
 
9