reduce default size of player state textbox

This commit is contained in:
figsoda 2020-11-12 19:58:01 -05:00
parent e480a2214a
commit 1c1d913c7d
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ Config(
),
])),
)))),
Fixed(12, TextboxR(Styled([Fg(Indexed(81))], Parts([
Fixed(7, TextboxR(Styled([Fg(Indexed(81))], Parts([
Text("["),
If(Repeat, Text("@")),
If(Random, Text("#")),

View file

@ -252,7 +252,7 @@ pub fn layout() -> Widget {
)),
),
Constrained::Fixed(
12,
7,
Widget::TextboxR(Texts::Styled(
vec![AddStyle::Fg(Color::Indexed(81))],
Box::new(Texts::Parts(vec![