From 2f3c66512cae56aa50f705d4669ce64d69e7ad26 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Tue, 15 May 2018 22:21:16 -0500 Subject: Some more layout fixes --- webAO/ui.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webAO/ui.js') 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", -- cgit