Skip to content

Commit

Permalink
Task Bar|Client|UI: Made the DE logo tiny bit smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 6, 2013
1 parent 1ae365f commit 72daa9d
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 @@ -203,7 +203,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(.55f);
d->logo->setImageScale(.5f);
d->logo->setImageFit(FitToHeight | OriginalAspectRatio);

VersionInfo currentVersion;
Expand Down

0 comments on commit 72daa9d

Please sign in to comment.