~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-batched-renderer-support-for-ubuntushape2

« back to all changes in this revision

Viewing changes to examples/ubuntu-ui-toolkit-gallery/Buttons.qml

  • Committer: Tarmac
  • Author(s): Tim Peeters
  • Date: 2014-07-31 01:12:50 UTC
  • mfrom: (1161.6.17 more-visual-updates)
  • Revision ID: tarmac-20140731011250-0201aud9h26afgln
Visual updates: colors, icon sizes, semi-transparent buttons.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
            Button {
50
50
                objectName: "button_color"
51
51
                text: i18n.tr("Call")
52
 
                color: UbuntuColors.warmGrey
 
52
                color: UbuntuColors.green
53
53
            }
54
54
        }
55
55