Skip to content

Commit

Permalink
UI|Home: Minor layout adjustment in Packages dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 16, 2016
1 parent 276875b commit cc51eea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/apps/client/src/ui/dialogs/packagesdialog.cpp
Expand Up @@ -292,6 +292,7 @@ DENG_GUI_PIMPL(PackagesDialog)
// Currently selected packages.
self.leftArea().add(gameTitle = new LabelWidget);
gameTitle->setSizePolicy(ui::Fixed, ui::Expand);
gameTitle->setAlignment(ui::AlignLeft);
gameTitle->setTextAlignment(ui::AlignRight);
gameTitle->setTextLineAlignment(ui::AlignLeft);
gameTitle->setImageAlignment(ui::AlignTop);
Expand Down

0 comments on commit cc51eea

Please sign in to comment.