Add screenshot of color_palette example
This commit is contained in:
parent
24574b355d
commit
1a8d253611
2 changed files with 1 additions and 1 deletions
BIN
examples/color_palette/screenshot.png
Normal file
BIN
examples/color_palette/screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
|
|
@ -289,7 +289,7 @@ impl<C: 'static + ColorSpace + Copy> ColorPicker<C> {
|
||||||
.push(
|
.push(
|
||||||
Text::new(color.to_string())
|
Text::new(color.to_string())
|
||||||
.width(Length::Units(185))
|
.width(Length::Units(185))
|
||||||
.size(16),
|
.size(14),
|
||||||
)
|
)
|
||||||
.into()
|
.into()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue