Skip to content

Commit

Permalink
Working on macos spacing issue and navigation issue for hybrids
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Sep 6, 2023
1 parent 1ec3c31 commit 457a470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wex/metro.h
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ class wxMetroDataViewTreeCtrl : public wxDataViewTreeCtrl {
public:
wxMetroDataViewTreeCtrl(wxWindow *parent, int id,
const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize)
: wxDataViewTreeCtrl(parent, id, pos, size, wxDV_NO_HEADER) {
: wxDataViewTreeCtrl(parent, id, pos, size, wxDV_NO_HEADER|wxDV_VARIABLE_LINE_HEIGHT) {
SetBackgroundStyle(wxBG_STYLE_CUSTOM);
SetBackgroundColour(*wxWHITE);
SetFont(wxMetroTheme::Font(wxMT_LIGHT, 15));
Expand Down

0 comments on commit 457a470

Please sign in to comment.