Fixed accidentally removed line in ee1e40171

This commit is contained in:
Andrej730
2023-03-16 10:04:25 +05:00
parent 2d32bc609a
commit 821993d289
@@ -355,7 +355,8 @@ class BIM_PT_text(Panel):
row = self.layout.row(align=True)
row.prop(props, "font_size")
rows = []
# a bit hacky way to align box alignment widget
rows = [self.layout.row(align=True) for i in range(3)]
for i in range(9):
if i % 3 == 0:
split = rows[i // 3].split(factor=0.1, align=True)