From 345525e960528287d4a9e42c460884a84bf2b412 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 7 Jul 2024 00:30:04 +0300 Subject: [PATCH] set \GtkWrapMode::WORD --- src/Entity/Browser/Container/Tab/Page/Content/Data.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Entity/Browser/Container/Tab/Page/Content/Data.php b/src/Entity/Browser/Container/Tab/Page/Content/Data.php index b8c892b..63d4e1f 100644 --- a/src/Entity/Browser/Container/Tab/Page/Content/Data.php +++ b/src/Entity/Browser/Container/Tab/Page/Content/Data.php @@ -38,6 +38,7 @@ class Data $this->gtk->set_line_wrap_mode( @TODO #114 + \GtkWrapMode::WORD ); */