Changeset c90a4c
- Timestamp:
- 01/13/12 15:50:21 (4 months ago)
- Branches:
- ('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
- Children:
- 64e2b354af0c1166afff3ea763e1c12b6b1be779
- Parents:
- 69b16f0bafc540369d457341523f49302540f21a
- git-author:
- Micke Prag <micke.prag@telldus.se>2012-01-13 15:50:21+01:00
- git-committer:
- Micke Prag <micke.prag@telldus.se>2012-01-13 15:50:21+01:00
- File:
-
- 1 edited
-
telldus-gui/Plugins/Sensors/main.qml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telldus-gui/Plugins/Sensors/main.qml
r1dfacd rc90a4c 1 1 import Qt 4.7 2 import QtDesktop 0.1 2 3 3 4 Item { … … 5 6 state: "VIEW" 6 7 7 Flickable { 8 ScrollArea { 9 id: scrollArea 8 10 anchors.fill: parent 11 frame: false 9 12 10 13 contentHeight: sensorList.height 14 contentWidth: sensorList.width 11 15 12 16 SensorList { 13 width: parent.width14 17 id: sensorList 18 width: main.width-scrollArea.verticalScrollBar.width 15 19 } 16 20 }
Note: See TracChangeset
for help on using the changeset viewer.
