Skip to content

Commit

Permalink
UI|Task Bar: Tweaked DE logo
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 10, 2013
1 parent f403607 commit 6903cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/ui/widgets/taskbarwidget.cpp
Expand Up @@ -197,7 +197,7 @@ TaskBarWidget::TaskBarWidget() : GuiWidget("taskbar"), d(new Instance(this))
d->logo = new ButtonWidget;
//d->logo->setAction(new CommandAction("panel"));
d->logo->setImage(style().images().image("logo.px128"));
d->logo->setImageScale(.5f);
d->logo->setImageScale(.475f);
d->logo->setImageFit(FitToHeight | OriginalAspectRatio);

VersionInfo currentVersion;
Expand Down

0 comments on commit 6903cfa

Please sign in to comment.