From 8f1e52a3620f1868e66989062f5787436fbcaedb Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Tue, 26 May 2015 22:55:53 +0200 Subject: [PATCH] Optimize input-dialog for 80x24 terminals --- test/input-dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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