diff --git a/gimp/plus-child.xcf b/gimp/plus-child.xcf new file mode 100644 index 0000000..7eeefc5 Binary files /dev/null and b/gimp/plus-child.xcf differ diff --git a/zaaReloaded2/Icons/plus-child.png b/zaaReloaded2/Icons/plus-child.png new file mode 100644 index 0000000..bccea0b Binary files /dev/null and b/zaaReloaded2/Icons/plus-child.png differ diff --git a/zaaReloaded2/ViewModels/ControlElementViewModel.cs b/zaaReloaded2/ViewModels/ControlElementViewModel.cs index c0c09eb..fa55d8f 100755 --- a/zaaReloaded2/ViewModels/ControlElementViewModel.cs +++ b/zaaReloaded2/ViewModels/ControlElementViewModel.cs @@ -45,7 +45,9 @@ namespace zaaReloaded2.ViewModels { return ((ControlElementBase)Element).CanHaveChildren; } - } + } + + public override string ToolTip { get { return Element.Label; } } #endregion diff --git a/zaaReloaded2/ViewModels/ElementViewModel.cs b/zaaReloaded2/ViewModels/ElementViewModel.cs index c56b175..2fe3d61 100755 --- a/zaaReloaded2/ViewModels/ElementViewModel.cs +++ b/zaaReloaded2/ViewModels/ElementViewModel.cs @@ -39,6 +39,8 @@ namespace zaaReloaded2.ViewModels get { return Element.Label; } } + public abstract string ToolTip { get; } + #endregion #region Constructors diff --git a/zaaReloaded2/ViewModels/FormatElementViewModel.cs b/zaaReloaded2/ViewModels/FormatElementViewModel.cs index 00810fa..61ae81b 100755 --- a/zaaReloaded2/ViewModels/FormatElementViewModel.cs +++ b/zaaReloaded2/ViewModels/FormatElementViewModel.cs @@ -46,6 +46,8 @@ namespace zaaReloaded2.ViewModels /// public ControlElementViewModel Parent { get; set; } + public override string ToolTip { get { return Element.Label; } } + #endregion #region Commands diff --git a/zaaReloaded2/Views/SettingsView.xaml b/zaaReloaded2/Views/SettingsView.xaml index cf53d63..e5137bc 100755 --- a/zaaReloaded2/Views/SettingsView.xaml +++ b/zaaReloaded2/Views/SettingsView.xaml @@ -60,29 +60,39 @@ x:Name="ReferenceStyleChooser" HorizontalAlignment="Stretch" /> - + + + + - + diff --git a/zaaReloaded2/zaaReloaded2.csproj b/zaaReloaded2/zaaReloaded2.csproj index 676868d..853000a 100755 --- a/zaaReloaded2/zaaReloaded2.csproj +++ b/zaaReloaded2/zaaReloaded2.csproj @@ -398,6 +398,9 @@ + + + 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)