From a69635f539d71e17103d801950f0c656d8e11f35 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 11 Oct 2018 18:51:48 +0100 Subject: [PATCH] Adjustment to net selector list sizing for GTK. Thanks to John Beard. --- 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 18c45792a0..fab22c78e9 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 6 #define LIST_PADDING 5 #endif