From f7d92e4712fa2b4e86c2d7a3e5117dee2dd3f59a Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 29 Apr 2016 18:30:59 -0700 Subject: [PATCH] ui.tools.listener: fix introduction font sizes. (should be smaller than default-style) --- basis/ui/tools/listener/listener.factor | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/basis/ui/tools/listener/listener.factor b/basis/ui/tools/listener/listener.factor index 4d543b5b13..67237e7003 100644 --- a/basis/ui/tools/listener/listener.factor +++ b/basis/ui/tools/listener/listener.factor @@ -1,11 +1,12 @@ ! Copyright (C) 2005, 2010 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: accessors arrays assocs calendar combinators -combinators.short-circuit concurrency.flags concurrency.mailboxes -continuations destructors documents documents.elements fry hashtables -help help.markup help.tips io io.styles kernel lexer listener locals -math models models.arrow models.delay namespaces parser prettyprint -sequences source-files.errors strings system threads +combinators.short-circuit concurrency.flags +concurrency.mailboxes continuations destructors documents +documents.elements fonts fry hashtables help help.markup +help.tips io io.styles kernel lexer listener literals locals +math models models.arrow models.delay namespaces parser +prettyprint sequences source-files.errors strings system threads tools.errors.model ui ui.commands ui.gadgets ui.gadgets.editors ui.gadgets.glass ui.gadgets.labeled ui.gadgets.panes ui.gadgets.scrollers ui.gadgets.status-bar ui.gadgets.theme @@ -384,9 +385,13 @@ interactor "completion" f { } define-command-map : introduction. ( -- ) - tip-of-the-day. nl - { $strong "Press " { $snippet "F1" } " at any time for help." } print-content nl - version-info print-content nl nl ; + [ + H{ { font-size $ default-font-size } } [ + { $tip-of-the-day } print-element nl + { $strong "Press " { $snippet "F1" } " at any time for help." } print-element nl + version-info print-element + ] with-style + ] with-default-style nl nl ; : listener-thread ( listener -- ) dup listener-streams [