From 7a0d8a7e0810b04ff5607cf2130c25905b072088 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 1 Aug 2024 03:06:23 +0300 Subject: [PATCH] update 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 215744f2..190c8726 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 = 140; + public const WRAP_WIDTH = 640; public static function code( string $value