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

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/tests/gallery/test_buttons.py

  • 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:
34
34
            text="Call")),
35
35
        ('button with color', dict(
36
36
            button_name="button_color", is_enabled=True,
37
 
            color=[174, 167, 159, 255], icon=None, text="Call")),
 
37
            color=[0, 161, 50, 255], icon=None, text="Call")),
38
38
        ('button with icon', dict(
39
39
            button_name="button_iconsource", is_enabled=True, color=None,
40
40
            icon="call.png", text=None)),