psa: fix updateBar
authorYves <yves@marcoz.org>
Tue, 29 Nov 2011 00:02:10 +0000 (16:02 -0800)
committerYves <yves@marcoz.org>
Tue, 29 Nov 2011 00:02:10 +0000 (16:02 -0800)
psa_harmattan/feedingit/qml/ArticleViewer.qml
psa_harmattan/feedingit/qml/Categories.qml

index 9bb29b4..6da3b6e 100644 (file)
@@ -71,7 +71,7 @@ Item {
         delegate: viewer
         orientation: ListView.Horizontal
         width: parent.width;
-        height: updateBarFeeds.visible? parent.height-updateBarFeeds.height : parent.height;
+        height: updateBarArticles.visible? parent.height-updateBarArticles.height : parent.height;
         visible: false; z:8
         //onCurrentIndexChanged: photosGridView.positionViewAtIndex(currentIndex, GridView.Contain)
         highlightRangeMode: ListView.StrictlyEnforceRange; snapMode: ListView.SnapOneItem
@@ -82,7 +82,7 @@ Item {
     }
 
     ProgressBar {
-        id: updateBar
+        id: updateBarArticles
         minimumValue: 0
         maximumValue: 100
         value: window.updateProgressValue
index be7205e..3ecd3b0 100644 (file)
@@ -17,13 +17,13 @@ Item {
     ListView {
         id: categoryList; model: categories; delegate: categoryDelegate; z: 6;
         cacheBuffer: 100; width: parent.width;
-        height: updateBarFeeds.visible? parent.height-updateBarFeeds.height : parent.height;
+        height: updateBarCategories.visible? parent.height-updateBarCategories.height : parent.height;
         clip: true
         /*height: parent.height;*/
     }
 
     ProgressBar {
-        id: updateBar
+        id: updateBarCategories
         minimumValue: 0
         maximumValue: 100
         value: window.updateProgressValue