From 136525b870bd9ddaae139ca94c36b2153948863d Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 27 Sep 2018 18:58:32 +0100 Subject: [PATCH] Decrease list-item padding for GTK. --- common/widgets/net_selector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/widgets/net_selector.cpp b/common/widgets/net_selector.cpp index f74fcd8118..9d93b8b1d7 100644 --- a/common/widgets/net_selector.cpp +++ b/common/widgets/net_selector.cpp @@ -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