diff --git a/test/input-dialog.cpp b/test/input-dialog.cpp index 9416295f..7c5576ac 100644 --- a/test/input-dialog.cpp +++ b/test/input-dialog.cpp @@ -47,7 +47,7 @@ int main (int argc, char* argv[]) // Create a simple dialog box FDialog dgl(&app); dgl.setText ("Data input"); - dgl.setGeometry (4, 3, 37, 22); + dgl.setGeometry (4, 2, 37, 22); dgl.setShadow(); // Create input fields