diff options
Diffstat (limited to 'swat/esptest/qooxdoo.esp')
-rw-r--r-- | swat/esptest/qooxdoo.esp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/esptest/qooxdoo.esp b/swat/esptest/qooxdoo.esp index 5ab39d807d..063fb7bd93 100644 --- a/swat/esptest/qooxdoo.esp +++ b/swat/esptest/qooxdoo.esp @@ -23,7 +23,7 @@ setWidth("40%"); setMinHeight(400); setBottom(48); - setMinWidth(700); + setMinWidth(500); }; var gl = new QxGridLayout("auto,auto,auto,auto,auto", "100%"); |