← Back to team overview

ubuntu-sdk-bugs team mailing list archive

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

 

** Changed in: ubuntu-ui-toolkit (Ubuntu)
       Status: Expired => 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


References