From c58d16e861411db75441dffa13017a839ab87f43 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 1 Aug 2024 17:25:48 +0300 Subject: [PATCH] add comment --- 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 7bfbf938..32068bd0 100644 --- a/src/Interface/Model/Gtk/Pango/Markup.php +++ b/src/Interface/Model/Gtk/Pango/Markup.php @@ -23,7 +23,7 @@ interface Markup public const TAG_TEXT = '%s'; public const WRAP_BREAK = PHP_EOL; - public const WRAP_WIDTH = 320; + public const WRAP_WIDTH = 320; // px public static function code( string $value