From c6a16823b073e79f9c0139920161bc34535056e5 Mon Sep 17 00:00:00 2001 From: David Sparer Date: Tue, 23 Apr 2019 14:46:09 -0500 Subject: [PATCH] fixed ugly unthemed border around connection search box --- mRemoteV1/UI/Window/ConnectionTreeWindow.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs b/mRemoteV1/UI/Window/ConnectionTreeWindow.cs index 7271e0f4..3d7dac3c 100644 --- a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs +++ b/mRemoteV1/UI/Window/ConnectionTreeWindow.cs @@ -120,6 +120,8 @@ namespace mRemoteNG.UI.Window olvConnections.UnfocusedSelectedForeColor = activeTheme.ExtendedPalette.getColor("Treeview_SelectedItem_Inactive_Foreground"); //There is a border around txtSearch that dont theme well + searchBoxLayoutPanel.BackColor = activeTheme.ExtendedPalette.getColor("Dialog_Background"); + searchBoxLayoutPanel.ForeColor = activeTheme.ExtendedPalette.getColor("Dialog_Foreground"); txtSearch.BackColor = activeTheme.ExtendedPalette.getColor("TextBox_Background"); txtSearch.ForeColor = activeTheme.ExtendedPalette.getColor("TextBox_Foreground"); //Picturebox needs to be manually themed