ui.gadgets.theme: fix windows bootstrap.
not sure yet why this is necessary.locals-and-roots
parent
63410f62c8
commit
0781fa5d00
|
@ -3,6 +3,8 @@
|
||||||
USING: accessors io.pathnames sequences ui.images ui.theme ;
|
USING: accessors io.pathnames sequences ui.images ui.theme ;
|
||||||
IN: ui.gadgets.theme
|
IN: ui.gadgets.theme
|
||||||
|
|
||||||
|
SLOT: font ! Temporarily necessary to fix Windows bootstrap.
|
||||||
|
|
||||||
: theme-image ( name -- image-name )
|
: theme-image ( name -- image-name )
|
||||||
"vocab:ui/gadgets/theme/" prepend-path ".tiff" append <image-name> ;
|
"vocab:ui/gadgets/theme/" prepend-path ".tiff" append <image-name> ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue