mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 21:38:38 +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("["),
|
Text("["),
|
||||||
If(Repeat, Text("@")),
|
If(Repeat, Text("@")),
|
||||||
If(Random, Text("#")),
|
If(Random, Text("#")),
|
||||||
|
|
|
@ -252,7 +252,7 @@ pub fn layout() -> Widget {
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
Constrained::Fixed(
|
Constrained::Fixed(
|
||||||
12,
|
7,
|
||||||
Widget::TextboxR(Texts::Styled(
|
Widget::TextboxR(Texts::Styled(
|
||||||
vec![AddStyle::Fg(Color::Indexed(81))],
|
vec![AddStyle::Fg(Color::Indexed(81))],
|
||||||
Box::new(Texts::Parts(vec![
|
Box::new(Texts::Parts(vec![
|
||||||
|
|
Loading…
Add table
Reference in a new issue