1
0
Fork 0

- [GUI] added correct wrapping for gemtext widget.

This commit is contained in:
cage 2023-02-26 11:54:26 +01:00
parent c546b47fd4
commit 744c85331e
1 changed files with 1 additions and 0 deletions

View File

@ -411,6 +411,7 @@
(setf tool-bar (make-instance 'tool-bar :master object))
(setf toc-frame (make-instance 'toc-frame :master object))
(setf gemtext-widget (make-instance 'gui:scrolled-text :master object :read-only t))
(gui:configure gemtext-widget :wrap :word)
(setf info-frame (make-instance 'gui:frame :master object :relief :sunken :borderwidth 1))
(setf info-text (make-instance 'gui:text :height 1 :wrap :none :master info-frame))
(gui:configure info-text :font gui:+tk-small-caption-font+)