minot GUI improvements

This commit is contained in:
Stephan Richter
2020-10-27 23:19:34 +01:00
parent 6986c418e7
commit 57f9bb17f1
3 changed files with 7 additions and 2 deletions

View File

@@ -467,7 +467,7 @@ public class Plan implements Constants{
}
private Tag tileMenu() throws IOException {
Tag tileMenu = new Tag("div").clazz("addtile").title(t("Add tile")).content("");
Tag tileMenu = new Tag("div").clazz("addtile").title(t("Add tile")).content("");
Tag tiles = new Tag("div").clazz("list").content("");
new StraightH().tag(null).addTo(tiles);