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. 6
      src/Tools/StringResourceToolAddIn/StringResourceToolAddIn.sln

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

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

6
src/Tools/StringResourceToolAddIn/StringResourceToolAddIn.sln

@ -1,5 +1,7 @@ @@ -1,5 +1,7 @@
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}"
EndProject
Global

Loading…
Cancel
Save