Toolbar button pressed background
parent
4335698ceb
commit
9d5336777d
|
@ -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
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue