mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Colouring Changes
- changed the control coloring (now blue) that are NOT included in the profile sync pt-BR Translation file updated
This commit is contained in:
parent
b95cf633c4
commit
e671abd640
10 changed files with 94 additions and 14 deletions
11
src/ARKServerManager/Lib/Model/FindSettingItem.cs
Normal file
11
src/ARKServerManager/Lib/Model/FindSettingItem.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using System.Windows.Controls;
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace ServerManagerTool.Lib.Model
|
||||
{
|
||||
public class FindSettingItem
|
||||
{
|
||||
public Control FoundControl { get; set; }
|
||||
public Brush BackgroundBrush { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue