summaryrefslogtreecommitdiff
path: root/src/ui/util.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-15 22:12:57 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-15 22:12:57 +0200
commit71d8274d07a548decdd9065106c9a8fdf50a6f8c (patch)
tree06aa4a80b9f1f1f441f6fddb4fabb7825ad2e698 /src/ui/util.c
parent65f47b60d521c23f16cb8cbcce6f9e9e3176279a (diff)
Mobile: Find on page, various minor tweaks
On mobile, the search bar appears at the top of the page. Keep the haptic engine running so there is no delay before each effect. After a long-press, remove the "mouse" from the display area so there is no misleading hover. Widget border top/bottom use metrics.
Diffstat (limited to 'src/ui/util.c')
-rw-r--r--src/ui/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/util.c b/src/ui/util.c
index 9d75129e..18ed7ba2 100644
--- a/src/ui/util.c
+++ b/src/ui/util.c
@@ -1060,7 +1060,6 @@ static iWidget *makeValuePadding_(iWidget *value) {
1060 setPadding_Widget(pad, 0, 1 * gap_UI, 0, 1 * gap_UI); 1060 setPadding_Widget(pad, 0, 1 * gap_UI, 0, 1 * gap_UI);
1061 addChild_Widget(pad, iClob(value)); 1061 addChild_Widget(pad, iClob(value));
1062 setFlags_Widget(pad, 1062 setFlags_Widget(pad,
1063 borderTop_WidgetFlag |
1064 borderBottom_WidgetFlag | 1063 borderBottom_WidgetFlag |
1065 arrangeVertical_WidgetFlag | 1064 arrangeVertical_WidgetFlag |
1066 resizeToParentWidth_WidgetFlag | 1065 resizeToParentWidth_WidgetFlag |