fix(modulo): change search bar window type to retain focus on Ubuntu. Fix #829

This commit is contained in:
Federico Terzi 2022-02-13 19:20:29 +01:00
parent 81245722b8
commit 4e9b49c3ad

View File

@ -41,7 +41,7 @@ const long DEFAULT_STYLE = wxSTAY_ON_TOP | wxFRAME_TOOL_WINDOW | wxRESIZE_BORDER
#endif
#ifdef __LINUX__
const int SEARCH_BAR_FONT_SIZE = 20;
const long DEFAULT_STYLE = wxSTAY_ON_TOP | wxFRAME_TOOL_WINDOW | wxBORDER_NONE;
const long DEFAULT_STYLE = wxSTAY_ON_TOP;
#endif
const int HELP_TEXT_FONT_SIZE = 10;