mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
reduce default size of player state textbox
This commit is contained in:
parent
e480a2214a
commit
1c1d913c7d
2 changed files with 2 additions and 2 deletions
|
@ -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("#")),
|
||||
|
|
|
@ -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![
|
||||
|
|
Loading…
Reference in a new issue