Skip to content

Commit

Permalink
Merge pull request #26 from finanalyst/master
Browse files Browse the repository at this point in the history
typo reverse blue/red keys in example
  • Loading branch information
azawawi committed May 16, 2016
2 parents 384f818 + 9043cfd commit 075d8bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/04_marked_scale.p6
@@ -1,14 +1,13 @@
#!/usr/bin/env perl6

use v6;
use lib 'lib';
use GTK::Simple;

my GTK::Simple::App $app .=new( :title( 'More widgets') );
=comment
We introduce the MarkUpLabel and Scale widgets

my %texts = <red blue> Z=>
my %texts = <blue red> Z=>
'<span foreground="blue" size="x-large">Blue text</span> is <i>cool</i>!',
'<span foreground="red" size="x-large">Red text</span> is <b>hot</b>!'
;
Expand Down

0 comments on commit 075d8bb

Please sign in to comment.