You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the DataViewCtrl-based logs, disable the native GTK "live" search feature appearing if pressing Ctrl+f, like it's been done for the database tree (i.e. use a DataViewModel and maybe return None from GetColumnType). See also #349.
Also, while working at that, reduce the margin between the rows, maybe by using a custom renderer like is done for the database tree. Consider abstracting a class to avoid duplicating code.
The text was updated successfully, but these errors were encountered:
In the DataViewCtrl-based logs, disable the native GTK "live" search feature appearing if pressing Ctrl+f, like it's been done for the database tree (i.e. use a DataViewModel and maybe return None from GetColumnType). See also #349.
Also, while working at that, reduce the margin between the rows, maybe by using a custom renderer like is done for the database tree. Consider abstracting a class to avoid duplicating code.
The text was updated successfully, but these errors were encountered: