summaryrefslogtreecommitdiffstats
path: root/examples/game_of_life/src/style.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-07-22 20:32:43 +0700
committerLibravatar GitHub <noreply@github.com>2021-07-22 20:32:43 +0700
commitf076649fbb575ee036ab0b3f4511690e3379c115 (patch)
tree805377d47609364a579597c1c3966250d4f2e03a /examples/game_of_life/src/style.rs
parenta2b1ba522a8b90a2e539fff5936c798efc3f3807 (diff)
parenta866f8742e4ddf5714455519790fed0f961fad66 (diff)
downloadiced-f076649fbb575ee036ab0b3f4511690e3379c115.tar.gz
iced-f076649fbb575ee036ab0b3f4511690e3379c115.tar.bz2
iced-f076649fbb575ee036ab0b3f4511690e3379c115.zip
Merge pull request #888 from Ace4896/picklist-placeholder
Add Placeholders to PickList
Diffstat (limited to 'examples/game_of_life/src/style.rs')
-rw-r--r--examples/game_of_life/src/style.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/game_of_life/src/style.rs b/examples/game_of_life/src/style.rs
index 6605826f..be9a0e96 100644
--- a/examples/game_of_life/src/style.rs
+++ b/examples/game_of_life/src/style.rs
@@ -171,6 +171,7 @@ impl pick_list::StyleSheet for PickList {
},
border_radius: 2.0,
icon_size: 0.5,
+ ..pick_list::Style::default()
}
}