Skip to content

Commit

Permalink
UI|Default Style: Adjusted popup outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 1, 2017
1 parent c9aa520 commit b9fda1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Expand Up @@ -40,7 +40,7 @@ focus {
}

popup {
color outline { rgb $= altaccent.rgb }
color outline { rgb $= gui.colorAlpha(altaccent.rgb, 0.67) }
info {
color background { rgb <0.933, 0.933, 0.933> }
color glow { rgb $= inverted.glow.rgb }
Expand Down
2 changes: 2 additions & 0 deletions doomsday/apps/client/src/ui/dialogs/packageinfodialog.cpp
Expand Up @@ -229,6 +229,8 @@ DENG_GUI_PIMPL(PackageInfoDialog)

bool setup(File const *file)
{
self().setOutlineColor("popup.outline");

if (!file) return false; // Not a package?

// Look up the package metadata.
Expand Down
1 change: 0 additions & 1 deletion doomsday/sdk/libappfw/src/widgets/dialogwidget.cpp
Expand Up @@ -465,7 +465,6 @@ DialogWidget::DialogWidget(String const &name, Flags const &flags)
{
d->stylist.setContainer(area());
setOpeningDirection(ui::NoDirection);
setOutlineColor("popup.outline");
d->updateBackground();
}

Expand Down

0 comments on commit b9fda1a

Please sign in to comment.