From 249af1b4fa3805b4cb8e4b0f0dbb69a1064931a9 Mon Sep 17 00:00:00 2001 From: /df Date: Sun, 17 Nov 2019 16:07:56 +0000 Subject: [PATCH] Make entire toolbar cell clickable --- webif/include/toolbar.jim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webif/include/toolbar.jim b/webif/include/toolbar.jim index 59f0ebf..a1f0beb 100755 --- a/webif/include/toolbar.jim +++ b/webif/include/toolbar.jim @@ -12,13 +12,13 @@ proc tb {icon txt link {height 50} {width 0}} { } else { set width "" } - puts -nonewline " - + puts -nonewline " +
$txt -
-
+ + " }