Merge branch 'NoctuaNivalis-fix/ellipses-on-fullscreen'
This commit is contained in:
commit
92ea15cc7a
@ -147,8 +147,8 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Bruno Oliveira
|
||||
* Alexander Cogneau
|
||||
* Martin Tournoij
|
||||
* Raphael Pierzina
|
||||
* Felix Van der Jeugt
|
||||
* Raphael Pierzina
|
||||
* Joel Torstensson
|
||||
* Claude
|
||||
* Patric Schmitz
|
||||
|
@ -46,7 +46,7 @@ def test_elided_text(qtbot, elidemode, check):
|
||||
"""
|
||||
label = TextBase(elidemode=elidemode)
|
||||
qtbot.add_widget(label)
|
||||
long_string = 'Hello world! ' * 20
|
||||
long_string = 'Hello world! ' * 100
|
||||
label.setText(long_string)
|
||||
label.resize(100, 50)
|
||||
label.show()
|
||||
|
Loading…
Reference in New Issue
Block a user