Browse Source

ItemsControl in startpage should not be focusable.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5380 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Daniel Grunwald 16 years ago
parent
commit
28dcb7b0fe
  1. 2
      src/AddIns/Misc/StartPage/Project/Src/StartPageControl.xaml
  2. 18
      src/Tools/StringResourceToolAddIn/StringResourceToolAddIn.sln

2
src/AddIns/Misc/StartPage/Project/Src/StartPageControl.xaml

@ -33,6 +33,7 @@
</DockPanel> </DockPanel>
<ItemsControl <ItemsControl
Name="startPageItems" Name="startPageItems"
Focusable="False"
Grid.Row="1"> Grid.Row="1">
<ItemsControl.ItemsPanel> <ItemsControl.ItemsPanel>
<ItemsPanelTemplate> <ItemsPanelTemplate>
@ -62,7 +63,6 @@
CornerRadius="0,0,15,15" CornerRadius="0,0,15,15"
Padding="15"> Padding="15">
<ContentPresenter <ContentPresenter
Focusable="False"
Content="{Binding Control}" /> Content="{Binding Control}" />
</Border> </Border>
</StackPanel> </StackPanel>

18
src/Tools/StringResourceToolAddIn/StringResourceToolAddIn.sln

@ -1,16 +1,18 @@
Microsoft Visual Studio Solution File, Format Version 9.00 
# SharpDevelop 2.1.0.9999 Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
# SharpDevelop 4.0.0.5303
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringResourceToolAddIn", "StringResourceToolAddIn.csproj", "{3648E209-B853-4168-BFB5-7A60EAF316F8}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringResourceToolAddIn", "StringResourceToolAddIn.csproj", "{3648E209-B853-4168-BFB5-7A60EAF316F8}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AnyCPU = Debug|AnyCPU Debug|Any CPU = Debug|Any CPU
Release|AnyCPU = Release|AnyCPU Release|Any CPU = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Debug|AnyCPU.Build.0 = Debug|Any CPU {3648E209-B853-4168-BFB5-7A60EAF316F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU {3648E209-B853-4168-BFB5-7A60EAF316F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Release|AnyCPU.Build.0 = Release|Any CPU {3648E209-B853-4168-BFB5-7A60EAF316F8}.Release|Any CPU.Build.0 = Release|Any CPU
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Release|AnyCPU.ActiveCfg = Release|Any CPU {3648E209-B853-4168-BFB5-7A60EAF316F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection EndGlobalSection
EndGlobal EndGlobal

Loading…
Cancel
Save