diff options
author | 2020-05-04 22:51:20 +0200 | |
---|---|---|
committer | 2020-05-04 22:51:20 +0200 | |
commit | 1a8d253611d3796b0a32b2f096bb54565a5292e0 (patch) | |
tree | 662ee5bb260378eb20d4fbb27f5de8da181db594 | |
parent | 24574b355d8c5c5e624524c6974df822da98befb (diff) | |
download | iced-1a8d253611d3796b0a32b2f096bb54565a5292e0.tar.gz iced-1a8d253611d3796b0a32b2f096bb54565a5292e0.tar.bz2 iced-1a8d253611d3796b0a32b2f096bb54565a5292e0.zip |
Add screenshot of `color_palette` example
Diffstat (limited to '')
-rw-r--r-- | examples/color_palette/screenshot.png | bin | 0 -> 105201 bytes | |||
-rw-r--r-- | examples/color_palette/src/main.rs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/color_palette/screenshot.png b/examples/color_palette/screenshot.png Binary files differnew file mode 100644 index 00000000..aa4772e0 --- /dev/null +++ b/examples/color_palette/screenshot.png diff --git a/examples/color_palette/src/main.rs b/examples/color_palette/src/main.rs index b3ad98d0..0092c6ad 100644 --- a/examples/color_palette/src/main.rs +++ b/examples/color_palette/src/main.rs @@ -289,7 +289,7 @@ impl<C: 'static + ColorSpace + Copy> ColorPicker<C> { .push( Text::new(color.to_string()) .width(Length::Units(185)) - .size(16), + .size(14), ) .into() } |