ReignerDeustcher Posted March 29, 2021 Share Posted March 29, 2021 I want to know if i can disable that thing that makes the game boxes go brighter when you put the mouse cursor over them Quote Link to comment Share on other sites More sharing options...
ReignerDeustcher Posted March 30, 2021 Author Share Posted March 30, 2021 it can't be disabled? Quote Link to comment Share on other sites More sharing options...
fraganator Posted March 30, 2021 Share Posted March 30, 2021 Hi @ReignerDeustcher, I was able to disable the highlight by copying and editing an existing theme. Go to LaunchBox\LBThemes, then copy and paste the Default folder to duplicate the theme. Rename the copy to something like Default - No Hover. In the Default - No Hover folder, find the file Views\BoxesContentView.xaml, then right-click and select Edit. Press Ctrl+F and find the line <Border x:Name="Highlight" CornerRadius="4" Background="#18FFFFFF" Visibility="Collapsed" Edit the line so Background="#18FFFFFF" now reads Background="#00FFFFFF". Save the file, then close Notepad. Start LaunchBox. In the Tools->Options window, select Visuals > Theme on the left. On the right change the theme to the new Default - No Hover theme. Restart LaunchBox. Hope that helps! 1 Quote Link to comment Share on other sites More sharing options...
ReignerDeustcher Posted April 1, 2021 Author Share Posted April 1, 2021 On 3/30/2021 at 1:22 AM, fraganator said: Hi @ReignerDeustcher, I was able to disable the highlight by copying and editing an existing theme. Go to LaunchBox\LBThemes, then copy and paste the Default folder to duplicate the theme. Rename the copy to something like Default - No Hover. In the Default - No Hover folder, find the file Views\BoxesContentView.xaml, then right-click and select Edit. Press Ctrl+F and find the line <Border x:Name="Highlight" CornerRadius="4" Background="#18FFFFFF" Visibility="Collapsed" Edit the line so Background="#18FFFFFF" now reads Background="#00FFFFFF". Save the file, then close Notepad. Start LaunchBox. In the Tools->Options window, select Visuals > Theme on the left. On the right change the theme to the new Default - No Hover theme. Restart LaunchBox. Hope that helps! thanks, i will try it! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.