diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-05 21:07:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:22 -0500 |
commit | e9737799b4a9742d32a20735ffa2034bcf6ed1a1 (patch) | |
tree | 82df09460159b2c85a23faba723b0feedcb5aeb2 /swat/esptest/qooxdoo.esp | |
parent | dab115f69fc8c2a99bbb9c060c85e5a0b86f21ac (diff) | |
download | samba-e9737799b4a9742d32a20735ffa2034bcf6ed1a1.tar.gz samba-e9737799b4a9742d32a20735ffa2034bcf6ed1a1.tar.bz2 samba-e9737799b4a9742d32a20735ffa2034bcf6ed1a1.zip |
r9139: cleanup the layout a bit
(This used to be commit c21fe071e795888f8e4ed0f535dc1bbc8d0731a5)
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%"); |