This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit 21293f32eaa162b8c0f84847fe526061f25a1299
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Wed Jan 21 11:00:28 2026 +0000
use blank style for typebuf entry
---
src/efm/efm_typebuf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/efm/efm_typebuf.c b/src/efm/efm_typebuf.c
index afdc998..62d1b3b 100644
--- a/src/efm/efm_typebuf.c
+++ b/src/efm/efm_typebuf.c
@@ -174,6 +174,7 @@ typebuf_add(Smart_Data *sd, Evas_Event_Key_Down *ev)
if (sd->o_typebuf) return;
elm_object_focus_set(sd->o_scroller, EINA_TRUE);
sd->o_typebuf = o = elm_entry_add(sd->o_scroller);
+ elm_object_style_set(o, "blank");
elm_grid_pack(sd->o_overlay_grid, o, 10, 40, 400, 20);
elm_entry_single_line_set(o, EINA_TRUE);
elm_entry_key_down_intercept_set(o, _cb_typebuf_key, sd);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.