From 1389027a22c5cca965a51d009399d80c5ddc7c90 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Mon, 1 Aug 2022 06:43:20 +0200 Subject: [PATCH] Another UI tweak --- src/gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui.lua b/src/gui.lua index d8e25b0..556e29b 100644 --- a/src/gui.lua +++ b/src/gui.lua @@ -1346,7 +1346,7 @@ local function get_items_fs(fs, data, player, full_height) if true_str(data.filter) then image_button(data.inv_width + 4.3, 0.4, 0.2, 0.2, "", "cancel", "") fs(fmt("tooltip[cancel;%s]", ES"Clear")) - image(data.inv_width + 0.8, 0.13, 4, 0.8, PNG.search_outline) + box(data.inv_width + 0.85, 0.75, 3.74, 0.01, "#f9826c") end data.pagemax = max(1, ceil(#items / ipp))