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> <DependentUpon>app.config</DependentUpon>
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="Ressources\Icons\bewoplaner_haus.png" />
</ItemGroup>
<Target Name="SetAppConfig" BeforeTargets="Compile"> <Target Name="SetAppConfig" BeforeTargets="Compile">
<Copy SourceFiles="app.Debug.config" DestinationFiles="app.config" OverwriteReadOnlyFiles="true" Condition=" '$(Configuration)' == 'Debug' " /> <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' " /> <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 <Image
Width="24" Width="24"
Height="24" Height="24"
Source="..\..\Ressources\Icons\chatbot2.png" /> Source="..\..\Ressources\Icons\bewoplaner_haus.png" />
</Border> </Border>
<Border <Border
Grid.Column="1" Grid.Column="1"

View File

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