Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-09-12 19:35:10 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-12 19:35:10 +0300
commit75aa7829f8a05f60d8dccca0b3f2152b8eba7d6e (patch)
tree2a19f7f6de8b74fdde0e36cf593c2db52f68639e /UVtools.GUI/UVtools.GUI.csproj
parentdcc7d06149e08699e979666619c3bbf8bff593e1 (diff)
Layer overlay tooltip is now semi-transparent
Diffstat (limited to 'UVtools.GUI/UVtools.GUI.csproj')
-rw-r--r--UVtools.GUI/UVtools.GUI.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/UVtools.GUI/UVtools.GUI.csproj b/UVtools.GUI/UVtools.GUI.csproj
index 36123d7..ce2e5d3 100644
--- a/UVtools.GUI/UVtools.GUI.csproj
+++ b/UVtools.GUI/UVtools.GUI.csproj
@@ -281,6 +281,9 @@
<Compile Include="Controls\TrackBarEx.cs">
<SubType>Component</SubType>
</Compile>
+ <Compile Include="Controls\TransparentLabel.cs">
+ <SubType>Component</SubType>
+ </Compile>
<Compile Include="Extensions\BitmapExtension.cs" />
<Compile Include="Extensions\ControlExtensions.cs" />
<Compile Include="Extensions\CursorExtensions.cs" />