Typo fixed

This commit is contained in:
Matthias Koefferlein 2025-08-31 17:52:04 +02:00
parent 4d9f924466
commit e21eb6aafc
1 changed files with 1 additions and 1 deletions

View File

@ -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)