Skip to content

Commit

Permalink
Client: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 30, 2013
1 parent 86fe969 commit 916e0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/ui/widgets/guirootwidget.cpp
Expand Up @@ -62,7 +62,7 @@ DENG2_PIMPL(GuiRootWidget)
GLTexture::maximumSize().min(GLTexture::Size(4096, 4096))));
uTexAtlas = *atlas;

// Solid general purpose textures:
// A set of general purpose textures:

// One solid white pixel.
Image const solidWhitePixel = Image::solidColor(Image::Color(255, 255, 255, 255),
Expand Down
1 change: 1 addition & 0 deletions doomsday/client/src/ui/widgets/taskbarwidget.cpp
Expand Up @@ -85,6 +85,7 @@ TaskBarWidget::TaskBarWidget() : GuiWidget("TaskBar"), d(new Instance(this))

LabelWidget *logo = new LabelWidget;
logo->setImage(style().images().image("logo.px128"));
logo->setImageScale(.75f);
logo->rule()
.setInput(Rule::Height, rule().height())
.setInput(Rule::Width, rule().height())
Expand Down

0 comments on commit 916e0d1

Please sign in to comment.