From e21eb6aafc96e045e9dc72220caf758b4a846726 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 31 Aug 2025 17:52:04 +0200 Subject: [PATCH] Typo fixed --- src/lay/lay/macro_templates/drag_box_sample.lym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lay/lay/macro_templates/drag_box_sample.lym b/src/lay/lay/macro_templates/drag_box_sample.lym index 7d29c2be1..f747fded3 100644 --- a/src/lay/lay/macro_templates/drag_box_sample.lym +++ b/src/lay/lay/macro_templates/drag_box_sample.lym @@ -72,7 +72,7 @@ class DragBoxConfigPage < RBA::ConfigPage # and "Configure" page super("Drag Box|Configure") - # Qt user interfact setup + # Qt user interface setup layout = RBA::QHBoxLayout::new(self) label = RBA::QLabel::new("Color (hex, rrggbb)", self) layout.addWidget(label)