From 2b0bd17612126d6d590cf39ea67975cd54082e4b Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 1 Aug 2024 03:59:48 +0300 Subject: [PATCH] change default wrap width --- src/Interface/Model/Gtk/Pango/Markup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interface/Model/Gtk/Pango/Markup.php b/src/Interface/Model/Gtk/Pango/Markup.php index 190c8726..56a50b8e 100644 --- a/src/Interface/Model/Gtk/Pango/Markup.php +++ b/src/Interface/Model/Gtk/Pango/Markup.php @@ -12,7 +12,7 @@ interface Markup { public const ENCODING = 'UTF-8'; public const TAG_CODE = 'tt'; - public const WRAP_WIDTH = 640; + public const WRAP_WIDTH = 320; public static function code( string $value