Skip to content

Commit e442b96

Browse files
authored
fix(gui): windows ui tests (#2420)
1 parent 553bba4 commit e442b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/gui/test_uilabel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def test_integration_with_layout_fit_to_content(ui):
208208
ui.execute_layout()
209209

210210
assert label.rect.width > 63
211-
assert label.rect.height > 20
211+
assert label.rect.height > 12
212212

213213

214214
def test_fit_content_overrides_width(ui):

0 commit comments

Comments
 (0)