Using filled-border in status bar
parent
547ca698d8
commit
48376ff10c
|
@ -26,8 +26,7 @@ CONSTANT: status-bar-foreground COLOR: white
|
|||
: open-status-window ( gadget title/attributes -- )
|
||||
?attributes f <model> >>status <world>
|
||||
dup status>> <status-bar>
|
||||
{ 7 2 } <border> status-bar-background <solid> >>interior
|
||||
{ 1 1 } >>fill
|
||||
{ 7 2 } <filled-border> status-bar-background <solid> >>interior
|
||||
f track-add
|
||||
open-world-window ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue