Browse Source

Consistency

Signed-off-by: falkTX <falktx@falktx.com>
pull/297/head
falkTX 4 years ago
parent
commit
550fab3866
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      tests/Demo.cpp

+ 4
- 4
tests/Demo.cpp View File

@@ -409,16 +409,16 @@ public:
const ScopedGraphicsContext sgc(*this);

wColor = new ExampleColorSubWidget(this);
wColor->setAbsoluteX(kSidebarWidth);
wColor->hide();
wColor->setAbsoluteX(kSidebarWidth);

wImages = new ExampleImagesSubWidget(this);
wImages->setAbsoluteX(kSidebarWidth);
wImages->hide();
wImages->hide()
wImages->setAbsoluteX(kSidebarWidth);;

wRects = new ExampleRectanglesSubWidget(this);
wRects->setAbsoluteX(kSidebarWidth);
wRects->hide();
wRects->setAbsoluteX(kSidebarWidth);

wShapes = new ExampleShapesSubWidget(this);
wShapes->hide();


Loading…
Cancel
Save