Skip to content

Commit

Permalink
Tests: Testing rich formatting of text
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent e3a8de2 commit 3d8bdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/tests/test_appfw/src/mainwindow.cpp
Expand Up @@ -83,7 +83,7 @@ DE_PIMPL(MainWindow)
root.add(compositor);

test = new LabelWidget;
test->setText("Doomsday Application Framework Test");
test->setText("Doomsday " _E(b)"Application" _E(.)_E(i)" Framework " _E(.)"Test");
test->setImage(TestApp::images().image("logo"));
test->setTextAlignment(ui::AlignBottom);
test->rule().setRect(root.viewRule());
Expand Down

0 comments on commit 3d8bdb0

Please sign in to comment.