Skip to content

Commit

Permalink
libappfw|FoldPanelWidget: Removed frame around fold indicator
Browse files Browse the repository at this point in the history
Looks cleaner this way and is not confused with a button.
  • Loading branch information
skyjake committed Jun 9, 2014
1 parent a98dd7c commit c6c6efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/libappfw/src/widgets/foldpanelwidget.cpp
Expand Up @@ -85,8 +85,8 @@ DENG2_PIMPL_NOREF(FoldPanelWidget)
ColorBank::Colorf const &textColor = fold.title().textColorf();

// Frame.
verts.makeFlexibleFrame(rect.toRectanglei(), 5, textColor,
atlas.imageRectf(root.roundCorners()));
/*verts.makeFlexibleFrame(rect.toRectanglei(), 5, textColor,
atlas.imageRectf(root.roundCorners()));*/

Rectanglef uv = atlas.imageRectf(root.styleTexture("fold"));
Matrix4f const turn = Matrix4f::rotateAround(rect.middle(), angle);
Expand Down

0 comments on commit c6c6efd

Please sign in to comment.