adjust clock labels slightly, -repetition
This commit is contained in:
parent
0e4066110e
commit
8385bca822
2 changed files with 2 additions and 2 deletions
|
@ -220,9 +220,9 @@ class ClockDisplay(Static):
|
|||
def compose(self) -> ComposeResult:
|
||||
yield Horizontal(Label("[underline]Clocks"),
|
||||
Label("", classes="statvalue"))
|
||||
yield Horizontal(Label(" GPU Clock:",),
|
||||
yield Horizontal(Label(" GPU core:",),
|
||||
Label("", id="clk_core_val", classes="statvalue"))
|
||||
yield Horizontal(Label(" Memory clock:"),
|
||||
yield Horizontal(Label(" Memory:"),
|
||||
Label("", id="clk_memory_val", classes="statvalue"))
|
||||
yield Horizontal(Label(""), Label("", classes="statvalue")) # padding to split groups
|
||||
yield Horizontal(Label("[underline]Core"),
|
||||
|
|
BIN
screens/main.png
BIN
screens/main.png
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 41 KiB |
Reference in a new issue