Changeset 1dfacd
- Timestamp:
- 01/12/12 17:39:11 (17 months ago)
- Branches:
- ('master', '668dd99ac278cfd419d67879b141678facea630a')('windows_service_fixes', 'df6bd2788365991d36d5af2a75833b8de2a5860f')
- Children:
- 5db7658a477ef4b3615d7ea90d325404121b7d17
- Parents:
- 3942702881a48f92e0417fe6a63a7d3b3c7e8237
- git-author:
- Micke Prag <micke.prag@telldus.se>2012-01-12 17:39:11+01:00
- git-committer:
- Micke Prag <micke.prag@telldus.se>2012-01-12 17:39:11+01:00
- Location:
- telldus-gui/Plugins/Sensors
- Files:
-
- 2 edited
-
SensorList.qml (modified) (1 diff)
-
main.qml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telldus-gui/Plugins/Sensors/SensorList.qml
r394270 r1dfacd 99 99 */ 100 100 } 101 anchors.fill: parent102 101 } -
telldus-gui/Plugins/Sensors/main.qml
r394270 r1dfacd 5 5 state: "VIEW" 6 6 7 SensorList { 8 id: sensorList 7 Flickable { 8 anchors.fill: parent 9 10 contentHeight: sensorList.height 11 12 SensorList { 13 width: parent.width 14 id: sensorList 15 } 9 16 } 10 17 }
Note: See TracChangeset
for help on using the changeset viewer.
