mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-07 20:20:32 +01:00
fix index column alignment
This commit is contained in:
parent
c4f3f1713f
commit
ca0f01ef79
@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = "0.13.2"
|
||||
__version__ = "0.13.3"
|
||||
|
@ -33,7 +33,7 @@ def list_monitors(ctx: typer.Context):
|
||||
)
|
||||
|
||||
table = Table(title='Available Monitors', padding=(0, 2))
|
||||
table.add_column('Index', justify='right', style='cyan')
|
||||
table.add_column('Index', justify='center', style='cyan')
|
||||
table.add_column('Name', style='cyan')
|
||||
|
||||
for index, monitor in monitors:
|
||||
|
Loading…
x
Reference in New Issue
Block a user