Merge branch 'NoctuaNivalis-fix/ellipses-on-fullscreen'

This commit is contained in:
Florian Bruhin 2016-02-22 11:50:50 +01:00
commit 92ea15cc7a
2 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@ Contributors, sorted by the number of commits in descending order:
* Bruno Oliveira * Bruno Oliveira
* Alexander Cogneau * Alexander Cogneau
* Martin Tournoij * Martin Tournoij
* Raphael Pierzina
* Felix Van der Jeugt * Felix Van der Jeugt
* Raphael Pierzina
* Joel Torstensson * Joel Torstensson
* Claude * Claude
* Patric Schmitz * Patric Schmitz

View File

@ -46,7 +46,7 @@ def test_elided_text(qtbot, elidemode, check):
""" """
label = TextBase(elidemode=elidemode) label = TextBase(elidemode=elidemode)
qtbot.add_widget(label) qtbot.add_widget(label)
long_string = 'Hello world! ' * 20 long_string = 'Hello world! ' * 100
label.setText(long_string) label.setText(long_string)
label.resize(100, 50) label.resize(100, 50)
label.show() label.show()