summaryrefslogtreecommitdiffstats
path: root/examples/tour.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2019-11-14 06:48:12 +0100
committerLibravatar GitHub <noreply@github.com>2019-11-14 06:48:12 +0100
commitaf5ec4941270c832557994d9b4cc70ce5feac911 (patch)
tree7ea832e70007aeef958ac40b525783f590ff2d26 /examples/tour.rs
parenta16dab9cf2e27cb933cc91383ca79ba8e188c4c2 (diff)
parentbe5466a0a7ee6a16b5c07e61c9a22068ad8e127f (diff)
downloadiced-af5ec4941270c832557994d9b4cc70ce5feac911.tar.gz
iced-af5ec4941270c832557994d9b4cc70ce5feac911.tar.bz2
iced-af5ec4941270c832557994d9b4cc70ce5feac911.zip
Merge pull request #55 from hecrj/example/edit-todos
Edit and delete todos
Diffstat (limited to 'examples/tour.rs')
-rw-r--r--examples/tour.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tour.rs b/examples/tour.rs
index 3fd031b8..34ad0a34 100644
--- a/examples/tour.rs
+++ b/examples/tour.rs
@@ -671,6 +671,7 @@ fn button<'a, Message>(
)
.padding(12)
.border_radius(12)
+ .min_width(100)
}
fn primary_button<'a, Message>(