Remove redundant t >>fill? calls
parent
634435d816
commit
9a1d324342
|
@ -24,7 +24,7 @@ CONSTANT: @bottom-right { 2 2 }
|
||||||
"labeled-block-" prepend theme-image ;
|
"labeled-block-" prepend theme-image ;
|
||||||
|
|
||||||
: labeled-icon ( name -- icon )
|
: labeled-icon ( name -- icon )
|
||||||
labeled-image <icon> dup interior>> t >>fill? drop ;
|
labeled-image <icon> ;
|
||||||
|
|
||||||
CONSTANT: labeled-title-background
|
CONSTANT: labeled-title-background
|
||||||
T{ rgba f
|
T{ rgba f
|
||||||
|
|
|
@ -11,8 +11,7 @@ TUPLE: tabbed-gadget < track tabs book ;
|
||||||
<PRIVATE
|
<PRIVATE
|
||||||
|
|
||||||
: <lip> ( -- gadget )
|
: <lip> ( -- gadget )
|
||||||
"active-tab-lip" theme-image <icon>
|
"active-tab-lip" theme-image <icon> ;
|
||||||
dup interior>> t >>fill? drop ;
|
|
||||||
|
|
||||||
CONSTANT: active-tab-background
|
CONSTANT: active-tab-background
|
||||||
T{ rgba
|
T{ rgba
|
||||||
|
|
Loading…
Reference in New Issue