justified test and two finger scrolling
Python CI / test (push) Successful in 1m27s
Lint / lint (push) Successful in 1m6s
Tests / test (3.11) (push) Successful in 1m42s
Tests / test (3.12) (push) Successful in 1m43s
Tests / test (3.13) (push) Successful in 1m37s
Tests / test (3.14) (push) Successful in 1m16s

This commit is contained in:
2025-12-01 20:40:11 +01:00
parent 80d7d291f3
commit 8f1e906884
6 changed files with 193 additions and 3 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ class TestRenderTextOverlays:
qtbot.addWidget(widget)
widget.resize(1000, 800)
for alignment in ["left", "center", "right"]:
for alignment in ["left", "center", "right", "justify"]:
# Create text element with alignment
text_element = TextBoxData(
x=50, y=50, width=200, height=100,
+1
View File
@@ -178,6 +178,7 @@ class TestTextEditDialogUI:
assert "left" in options
assert "center" in options
assert "right" in options
assert "justify" in options
def test_font_options(self, qtbot):
"""Test that font combo has expected fonts"""