Neues Icon

This commit is contained in:
2026-03-30 10:29:59 +02:00
parent d9a604b8aa
commit 1669f0e426
4 changed files with 5 additions and 2 deletions

View File

@@ -3808,6 +3808,9 @@
<DependentUpon>app.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Resource Include="Ressources\Icons\bewoplaner_haus.png" />
</ItemGroup>
<Target Name="SetAppConfig" BeforeTargets="Compile">
<Copy SourceFiles="app.Debug.config" DestinationFiles="app.config" OverwriteReadOnlyFiles="true" Condition=" '$(Configuration)' == 'Debug' " />
<Copy SourceFiles="app.DebugRemote.config" DestinationFiles="app.config" OverwriteReadOnlyFiles="true" Condition=" '$(Configuration)' == 'DebugRemote' " />

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -160,7 +160,7 @@
<Image
Width="24"
Height="24"
Source="..\..\Ressources\Icons\chatbot2.png" />
Source="..\..\Ressources\Icons\bewoplaner_haus.png" />
</Border>
<Border
Grid.Column="1"

View File

@@ -44,7 +44,7 @@
<Image
Width="32"
RenderTransformOrigin="0.5,0.5"
Source="..\..\Ressources\Icons\chatbot.png">
Source="..\..\Ressources\Icons\bewoplaner_haus.png">
<Image.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="1" ScaleY="1" />