mirror of https://github.com/KLayout/klayout.git
Typo fixed
This commit is contained in:
parent
4d9f924466
commit
e21eb6aafc
|
|
@ -72,7 +72,7 @@ class DragBoxConfigPage < RBA::ConfigPage
|
||||||
# and "Configure" page
|
# and "Configure" page
|
||||||
super("Drag Box|Configure")
|
super("Drag Box|Configure")
|
||||||
|
|
||||||
# Qt user interfact setup
|
# Qt user interface setup
|
||||||
layout = RBA::QHBoxLayout::new(self)
|
layout = RBA::QHBoxLayout::new(self)
|
||||||
label = RBA::QLabel::new("Color (hex, rrggbb)", self)
|
label = RBA::QLabel::new("Color (hex, rrggbb)", self)
|
||||||
layout.addWidget(label)
|
layout.addWidget(label)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue