Skip to content

Commit

Permalink
UI|Client|GuiRootWidget: Slightly thinner widget background frame
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 31, 2013
1 parent e0bbb18 commit a8abcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/ui/framework/guirootwidget.cpp
Expand Up @@ -97,7 +97,7 @@ DENG2_PIMPL(GuiRootWidget)
frame.fill(QColor(255, 255, 255, 0).rgba());
QPainter painter(&frame);
painter.setRenderHint(QPainter::Antialiasing, true);
painter.setPen(QPen(QColor(255, 255, 255, 255), 3));
painter.setPen(QPen(QColor(255, 255, 255, 255), 2));
painter.setBrush(Qt::NoBrush);//QColor(255, 255, 255, 255));
painter.drawEllipse(QPoint(6, 6), 4, 4);
/*
Expand Down

0 comments on commit a8abcc3

Please sign in to comment.