Adjust GTK spacing of view preset switcher.

This commit is contained in:
Jeff Young 2020-08-19 16:25:57 +01:00
parent f5371ee65d
commit 87b078927c
1 changed files with 5 additions and 0 deletions

View File

@ -25,8 +25,13 @@
#include <eda_view_switcher.h>
#ifdef __WXGTK__
#define LIST_BOX_H_PADDING 20
#define LIST_BOX_V_PADDING 8
#else
#define LIST_BOX_H_PADDING 10
#define LIST_BOX_V_PADDING 5
#endif
EDA_VIEW_SWITCHER::EDA_VIEW_SWITCHER( wxWindow* aParent, const wxArrayString& aItems ) :