Browse Source

update Icons used for snap-line and grid placement

pull/55/merge
Siegfried Pammer 13 years ago
parent
commit
f89bca0a7f
  1. 4
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/DesignSurface.xaml
  2. BIN
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Images/Icons.16x16.GridSnap.png
  3. BIN
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Images/Icons.16x16.GuideSnap.png
  4. BIN
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Images/Raster.png
  5. BIN
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Images/Snapline.png
  6. 2
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Images/license.txt
  7. 6
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/WpfDesign.Designer.csproj
  8. 4
      src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/themes/generic.xaml

4
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/DesignSurface.xaml

@ -21,10 +21,10 @@
</StackPanel> </StackPanel>
</ContextMenu> </ContextMenu>
</Controls:EnumButton.ContextMenu> </Controls:EnumButton.ContextMenu>
<Image Source="/ICSharpCode.WpfDesign.Designer;component/Images/Raster.png" Stretch="Uniform" /> <Image Source="/ICSharpCode.WpfDesign.Designer;component/Images/Icons.16x16.GridSnap.png" Stretch="Uniform" />
</Controls:EnumButton> </Controls:EnumButton>
<Controls:EnumButton Margin="0" MinWidth="16" Height="16" Width="16" IsChecked="{Binding ElementName=PART_DesignContent, Path=Content.UseSnaplinePlacement, Mode=TwoWay}" ToolTip="Use Snapline Placement"> <Controls:EnumButton Margin="0" MinWidth="16" Height="16" Width="16" IsChecked="{Binding ElementName=PART_DesignContent, Path=Content.UseSnaplinePlacement, Mode=TwoWay}" ToolTip="Use Snapline Placement">
<Image Source="/ICSharpCode.WpfDesign.Designer;component/Images/Snapline.png" Stretch="Uniform" /> <Image Source="/ICSharpCode.WpfDesign.Designer;component/Images/Icons.16x16.GuideSnap.png" Stretch="Uniform" />
</Controls:EnumButton> </Controls:EnumButton>
</StackPanel> </StackPanel>
</Controls:ZoomControl.AdditionalControls> </Controls:ZoomControl.AdditionalControls>

BIN
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Images/Icons.16x16.GridSnap.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

BIN
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Images/Icons.16x16.GuideSnap.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

BIN
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Images/Raster.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

BIN
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Images/Snapline.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

2
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Images/license.txt

@ -12,6 +12,8 @@ Copied from the Fugue Icon Library and left unmodified:
- Icons.16x16.Properties.SortAlphabet.png - Icons.16x16.Properties.SortAlphabet.png
- Icons.16x16.WpfOutline.Eye.png - Icons.16x16.WpfOutline.Eye.png
- Icons.16x16.WpfOutline.EyeClosed.png - Icons.16x16.WpfOutline.EyeClosed.png
- Icons.16x16.GuideSnap.png
- Icons.16x16.GridSnap.png
Copied from the Fugue Icon Library and modified or mashed up with other Fugue Copied from the Fugue Icon Library and modified or mashed up with other Fugue
Icons or parts taken from them: Icons or parts taken from them:

6
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/WpfDesign.Designer.csproj

@ -337,10 +337,6 @@
<ItemGroup> <ItemGroup>
<CodeAnalysisDictionary Include="Configuration\CodeAnalysisDictionary.xml" /> <CodeAnalysisDictionary Include="Configuration\CodeAnalysisDictionary.xml" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="Images\Raster.png" />
<Resource Include="Images\Snapline.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<Resource Include="Images\rotate.cur" /> <Resource Include="Images\rotate.cur" />
</ItemGroup> </ItemGroup>
@ -357,5 +353,7 @@
<Resource Include="Images\Icons.16x16.Properties.Categorized.png" /> <Resource Include="Images\Icons.16x16.Properties.Categorized.png" />
<Resource Include="Images\Icons.16x16.Properties.Properties.png" /> <Resource Include="Images\Icons.16x16.Properties.Properties.png" />
<Resource Include="Images\Icons.16x16.Properties.SortAlphabet.png" /> <Resource Include="Images\Icons.16x16.Properties.SortAlphabet.png" />
<Resource Include="Images\Icons.16x16.GuideSnap.png" />
<Resource Include="Images\Icons.16x16.GridSnap.png" />
</ItemGroup> </ItemGroup>
</Project> </Project>

4
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/themes/generic.xaml

@ -4,7 +4,7 @@
<ResourceDictionary Source="/ICSharpCode.WpfDesign.Designer;component/Controls/ControlStyles.xaml" /> <ResourceDictionary Source="/ICSharpCode.WpfDesign.Designer;component/Controls/ControlStyles.xaml" />
<ResourceDictionary Source="/ICSharpCode.WpfDesign.Designer;component/OutlineView/OutlineView.xaml" /> <ResourceDictionary Source="/ICSharpCode.WpfDesign.Designer;component/OutlineView/OutlineView.xaml" />
<ResourceDictionary Source="/ICSharpCode.WpfDesign.Designer;component/DesignSurface.xaml" /> <ResourceDictionary Source="/ICSharpCode.WpfDesign.Designer;component/DesignSurface.xaml" />
<ResourceDictionary Source="/ICSharpCode.WpfDesign.Designer;component/PropertyGrid/PropertyGridView.xaml" /> <ResourceDictionary Source="/ICSharpCode.WpfDesign.Designer;component/PropertyGrid/PropertyGridView.xaml" />
<ResourceDictionary Source="/ICSharpCode.WpfDesign.Designer;component/ThumbnailView/ThumbnailView.xaml" /> <ResourceDictionary Source="/ICSharpCode.WpfDesign.Designer;component/ThumbnailView/ThumbnailView.xaml" />
</ResourceDictionary.MergedDictionaries> </ResourceDictionary.MergedDictionaries>
</ResourceDictionary> </ResourceDictionary>

Loading…
Cancel
Save