Browse Source

Misc

pull/1/head
falkTX 11 years ago
parent
commit
c5f0d82778
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      dpf
  2. +1
    -1
      examples/demo.cpp
  3. +1
    -1
      examples/widgets/ExampleTextWidget.hpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 2a076932ef2f0870bb96743e9fb02ae7ca1f32b9
Subproject commit 0432f4de23095a7b3ef4433aac091787745498c1

+ 1
- 1
examples/demo.cpp View File

@@ -370,7 +370,7 @@ public:
wShapes.setSize(size);
wText.setSize(size);

wLeft.setSize(80-4, height-4);
wLeft.setSize(81-4, height-4);
//wRezHandle.setAbsoluteX(width-wRezHandle.getWidth());
//wRezHandle.setAbsoluteY(height-wRezHandle.getHeight());



+ 1
- 1
examples/widgets/ExampleTextWidget.hpp View File

@@ -56,7 +56,7 @@ protected:
roundedRect(10, height/4+10, width-20, height/2-20, 3);
fill();

fillColor(RGBA(0,0,0,220));
fillColor(RGBA(0,200,0,220));
textBox(10, height/2, width-20, "Hello World!", nullptr);
}



Loading…
Cancel
Save