Skip to content

Commit d9c59ab

Browse files
committed
barcode table size increase
1 parent ef478c1 commit d9c59ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dls_barcode/gui/barcode_table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def __init__(self, options):
1818
self._options = options
1919

2020
self.setTitle("Plate Barcodes")
21-
self.setMaximumWidth(135)
22-
self.setMinimumWidth(125)
21+
self.setMaximumWidth(160)
22+
self.setMinimumWidth(160)
2323
self._init_ui()
2424
self.clear()
2525

0 commit comments

Comments
 (0)