Neues Icon
This commit is contained in:
@@ -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' " />
|
||||
|
||||
BIN
BeWo/Ressources/Icons/bewoplaner_haus.png
Normal file
BIN
BeWo/Ressources/Icons/bewoplaner_haus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@@ -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"
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user