From 2a9f806b7c0c82f753ba79a6826cb6401363c244 Mon Sep 17 00:00:00 2001 From: kokekanon <114332266+kokekanon@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:40:27 -0300 Subject: [PATCH] fix: violation rule Windows length --- modules/game_console/violationwindow.otui | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/modules/game_console/violationwindow.otui b/modules/game_console/violationwindow.otui index 19c55ca2c0..7964cfd6e6 100644 --- a/modules/game_console/violationwindow.otui +++ b/modules/game_console/violationwindow.otui @@ -16,11 +16,20 @@ MainWindow text-wrap: true multiline: true anchors.top: prev.bottom - anchors.bottom: next.top + anchors.bottom: buttonOk.top anchors.left: parent.left anchors.right: parent.right margin: 8 0 - max-length: 255 + vertical-scrollbar: textScroll + + VerticalScrollBar + id: textScroll + anchors.top: prev.top + anchors.bottom: prev.bottom + anchors.right: prev.right + pixels-scroll: true + step: 10 + Button id: buttonOk