diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-15 22:21:16 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-15 22:21:16 -0500 |
| commit | 2f3c66512cae56aa50f705d4669ce64d69e7ad26 (patch) | |
| tree | 6fe4048442ce2a9fff7f65c6d08cafd551a80292 /webAO/ui.js | |
| parent | 5685e2b1714c8d85e505e9eccee549723773aaab (diff) | |
Some more layout fixes
Diffstat (limited to 'webAO/ui.js')
| -rw-r--r-- | webAO/ui.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webAO/ui.js b/webAO/ui.js index 25e466a..2d41783 100644 --- a/webAO/ui.js +++ b/webAO/ui.js @@ -5,6 +5,9 @@ var config = { showPopoutIcon: false, showCloseIcon: false }, + dimensions: { + minItemHeight: 40 + }, content: [ { type: "row", |
