Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 2, 2014
1 parent db31ce1 commit ed2d136
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doomsday/client/src/ui/dialogs/alertdialog.cpp
Expand Up @@ -69,8 +69,7 @@ DENG_GUI_PIMPL(AlertDialog)
alerts = new MenuWidget;
alerts->enableScrolling(false);
alerts->setGridSize(1, ui::Expand, 0, ui::Expand);
alerts->rule()
.setLeftTop(area.contentRule().left(), area.contentRule().top());
alerts->rule().setLeftTop(area.contentRule().left(), area.contentRule().top());
area.setContentSize(alerts->rule().width(), alerts->rule().height());
area.margins().setBottom("");
area.add(alerts);
Expand Down Expand Up @@ -213,7 +212,6 @@ void AlertDialog::showListOfAlerts()
// Restore the normal color.
d->notification->setImageColor(style().colors().colorf("text"));

//d->alerts->updateLayout();
open();
}

Expand Down

0 comments on commit ed2d136

Please sign in to comment.