** Description changed:

- The back button in MainView 1.2 is broken:
+ The back button in MainView 1.2 (0.1, 1.0, "1.1" which are all the same)
+ is broken:
  
  import QtQuick 2.0
  import Ubuntu.Components 1.1
-     
+ 
  MainView {
-     width: units.gu(20)
-     height: units.gu(40)
-         
-     Page {
-         id: page
-         Rectangle {
-             color: "red"
-             anchors.fill: page
-         }                                                                     
 
-     }
+     width: units.gu(20)
+     height: units.gu(40)
+ 
+     Page {
+         id: page
+         Rectangle {
+             color: "red"
+             anchors.fill: page
+         }
+     }
  }
  
  This is from tests/unit/page/AnchorToPage.qml
  
  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png
  
  There's indeed no artwork/back.png in the source tree.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1589982

Title:
  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1589982/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to