fix(modulo): change search bar window type to retain focus on Ubuntu. Fix #829
This commit is contained in:
parent
81245722b8
commit
4e9b49c3ad
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user