summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-04 22:51:20 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-05-04 22:51:20 +0200
commit1a8d253611d3796b0a32b2f096bb54565a5292e0 (patch)
tree662ee5bb260378eb20d4fbb27f5de8da181db594
parent24574b355d8c5c5e624524c6974df822da98befb (diff)
downloadiced-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.pngbin0 -> 105201 bytes
-rw-r--r--examples/color_palette/src/main.rs2
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/color_palette/screenshot.png b/examples/color_palette/screenshot.png
new file mode 100644
index 00000000..aa4772e0
--- /dev/null
+++ b/examples/color_palette/screenshot.png
Binary files differ
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()
}