Use the MID value for borders.
This commit is contained in:
parent
958c8545a7
commit
1a3bbaedda
2 changed files with 1 additions and 5 deletions
|
@ -226,7 +226,7 @@ void SFMLRender::draw_text(Panel &panel, bool with_border) {
|
|||
backing.setFillColor(sf::Color(0, 0, 0));
|
||||
|
||||
if(with_border) {
|
||||
backing.setOutlineColor($default_fg);
|
||||
backing.setOutlineColor(color(Value::MID));
|
||||
backing.setOutlineThickness(border_px);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue