Changeset 1dfacd


Ignore:
Timestamp:
01/12/12 17:39:11 (17 months ago)
Author:
Micke Prag <micke.prag@…>
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
Message:

Make the list flickable

Location:
telldus-gui/Plugins/Sensors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • telldus-gui/Plugins/Sensors/SensorList.qml

    r394270 r1dfacd  
    9999                        */ 
    100100        } 
    101         anchors.fill: parent 
    102101} 
  • telldus-gui/Plugins/Sensors/main.qml

    r394270 r1dfacd  
    55        state: "VIEW" 
    66 
    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                } 
    916        } 
    1017} 
Note: See TracChangeset for help on using the changeset viewer.