Merge branch 'master' into advanced-text
This commit is contained in:
commit
b8c2cca384
1 changed files with 5 additions and 1 deletions
|
|
@ -508,7 +508,11 @@ where
|
||||||
if is_selected {
|
if is_selected {
|
||||||
renderer.fill_quad(
|
renderer.fill_quad(
|
||||||
renderer::Quad {
|
renderer::Quad {
|
||||||
bounds,
|
bounds: Rectangle {
|
||||||
|
x: bounds.x + appearance.border_width,
|
||||||
|
width: bounds.width - appearance.border_width * 2.0,
|
||||||
|
..bounds
|
||||||
|
},
|
||||||
border_color: Color::TRANSPARENT,
|
border_color: Color::TRANSPARENT,
|
||||||
border_width: 0.0,
|
border_width: 0.0,
|
||||||
border_radius: appearance.border_radius.into(),
|
border_radius: appearance.border_radius.into(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue