From 2e2030132a6035239f8b3a58e1307d36bca6ab7e Mon Sep 17 00:00:00 2001 From: Plom Heller Date: Thu, 13 Aug 2026 22:01:11 +0200 Subject: [PATCH] Increase BrickListing item-count indent, to accommodate for larger numbers. --- src/bricksplom/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bricksplom/misc.py b/src/bricksplom/misc.py index 221b56c..3213714 100644 --- a/src/bricksplom/misc.py +++ b/src/bricksplom/misc.py @@ -631,7 +631,7 @@ class BrickSet(Textfiled, WithDb, Lookupable): return (f'{self.id_indented()} ' f'{self._is_in_str}{self.description}{CHAR_NEWLINE}' + self._format_paginated(lambda count, p_id, comment: - f' {count:2} {Brick.indent_id(p_id)}' + f' {count:4} {Brick.indent_id(p_id)}' + (f' {comment}' if comment else ''))) def __str__( -- 2.30.2