← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1561861] [NEW] UbuntuColors.Orange should be Ubuntu.orange instead

 

Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ListItemLayout/

The code:

    ListItemLayout {
        id: layout
        title.text: "Hello..."
        title.color: UbuntuColors.Orange
        subtitle.text: "...world!"
        Rectangle {
            SlotsLayout.position: SlotsLayout.Leading
            color: "pink"
            height: units.gu(6)
            width: height
        }


UbuntuColors.Orange should be Ubuntu.orange

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1561861

Title:
  UbuntuColors.Orange should be Ubuntu.orange instead

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ListItemLayout/

  The code:

      ListItemLayout {
          id: layout
          title.text: "Hello..."
          title.color: UbuntuColors.Orange
          subtitle.text: "...world!"
          Rectangle {
              SlotsLayout.position: SlotsLayout.Leading
              color: "pink"
              height: units.gu(6)
              width: height
          }

  
  UbuntuColors.Orange should be Ubuntu.orange

  Best regards,
  XiaoGuo

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


Follow ups