From ca0f01ef79d88768dbd4f0c7c02f2493a2af9e31 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 26 May 2025 22:14:30 +0100 Subject: [PATCH] fix index column alignment --- obsws_cli/__about__.py | 2 +- obsws_cli/projector.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obsws_cli/__about__.py b/obsws_cli/__about__.py index c70e59a..03a7141 100644 --- a/obsws_cli/__about__.py +++ b/obsws_cli/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present onyx-and-iris # # SPDX-License-Identifier: MIT -__version__ = "0.13.2" +__version__ = "0.13.3" diff --git a/obsws_cli/projector.py b/obsws_cli/projector.py index 412b7de..70dda60 100644 --- a/obsws_cli/projector.py +++ b/obsws_cli/projector.py @@ -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: