Toolbar button pressed background

db4
nicolas-p 2015-07-26 18:55:59 +02:00 committed by John Benediktsson
parent 4335698ceb
commit 9d5336777d
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ USING: accessors colors colors.constants ui.pens.solid ;
IN: ui.gadgets.colors
CONSTANT: toolbar-background COLOR: grey95
CONSTANT: toolbar-button-pressed-background COLOR: dark-gray
CONSTANT: menu-background COLOR: grey95
CONSTANT: menu-border-color COLOR: grey75

View File

@ -10,7 +10,7 @@ IN: ui.gadgets.toolbar
: <toolbar-button-pen> ( -- pen )
toolbar-background <solid> dup
line-color <solid> dup dup
toolbar-button-pressed-background <solid> dup dup
<button-pen> ;
: toolbar-button-theme ( gadget -- gadget )