Revert "ui.gadgets.labeled: flat colour on windows because of the gradient bug"

This reverts commit b81a5f9c7a.
clean-macosx-x86-32
nicolas-p 2015-08-16 11:14:24 +02:00 committed by Alexander Iljin
parent a3b439047f
commit f84cfc7209
1 changed files with 1 additions and 4 deletions

View File

@ -14,10 +14,7 @@ M: labeled-gadget focusable-child* content>> ;
: <title-bar> ( title -- title-bar )
>label [ t >>bold? ] change-font
{ 0 4 } <border>
os windows?
[ toolbar-background <solid> ]
[ title-bar-gradient <gradient> ]
if >>interior ;
title-bar-gradient <gradient> >>interior ;
PRIVATE>