GTK4: how to disable GtkEntry border (frame)

Hi everyone,

Looks like setting gtk_entry_set_has_frame(GTK_ENTRY(entry), false); doesn’t have proper effect on frame. Result of applying gives only disabled border-radius settings, but not border itself.
I’ve tried to disable entry’s border with css .flat class settings, but it hasn’t helped too.

What can prevent to disable frame/border with gtk_entry_set_has_frame?

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.