Decrease list-item padding for GTK.

This commit is contained in:
Jeff Young 2018-09-27 18:58:32 +01:00
parent 6fdfd0932e
commit 136525b870
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ wxDEFINE_EVENT( NET_SELECTED, wxCommandEvent );
#define LIST_PADDING 5
#else
#define POPUP_PADDING 0
#define LIST_ITEM_PADDING 5
#define LIST_ITEM_PADDING 2
#define LIST_PADDING 5
#endif