Changeset c90a4c


Ignore:
Timestamp:
01/13/12 15:50:21 (4 months ago)
Author:
Micke Prag <micke.prag@…>
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
Message:

Change the flickable area to a ScrollArea. Better for the desktop

File:
1 edited

Legend:

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

    r1dfacd rc90a4c  
    11import Qt 4.7 
     2import QtDesktop 0.1 
    23 
    34Item { 
     
    56        state: "VIEW" 
    67 
    7         Flickable { 
     8        ScrollArea { 
     9                id: scrollArea 
    810                anchors.fill: parent 
     11                frame: false 
    912 
    1013                contentHeight: sensorList.height 
     14                contentWidth: sensorList.width 
    1115 
    1216                SensorList { 
    13                         width: parent.width 
    1417                        id: sensorList 
     18                        width: main.width-scrollArea.verticalScrollBar.width 
    1519                } 
    1620        } 
Note: See TracChangeset for help on using the changeset viewer.