зеркало из https://github.com/microsoft/psi.git
Merged PR 20056: Merged PR 19701: Hotfix (0.4.216.3)
Publish Psi.Data package. Fixed color scheme for AddAnnotation dialog. Related work items: #37768
This commit is contained in:
Родитель
ab56881cb6
Коммит
781d32638b
Двоичные данные
Directory.Build.props
Двоичные данные
Directory.Build.props
Двоичный файл не отображается.
Двоичные данные
Samples/KinectSample/Properties/AssemblyInfo.cs
Двоичные данные
Samples/KinectSample/Properties/AssemblyInfo.cs
Двоичный файл не отображается.
Двоичные данные
Samples/OpenCVSample/OpenCVSample.Interop/AssemblyInfo.cpp
Двоичные данные
Samples/OpenCVSample/OpenCVSample.Interop/AssemblyInfo.cpp
Двоичный файл не отображается.
Двоичные данные
Samples/OpenCVSample/OpenCVSample/Properties/AssemblyInfo.cs
Двоичные данные
Samples/OpenCVSample/OpenCVSample/Properties/AssemblyInfo.cs
Двоичный файл не отображается.
Двоичные данные
Samples/SpeechSample/Properties/AssemblyInfo.cs
Двоичные данные
Samples/SpeechSample/Properties/AssemblyInfo.cs
Двоичный файл не отображается.
Двоичные данные
Samples/WebcamWithAudioSample/Properties/AssemblyInfo.cs
Двоичные данные
Samples/WebcamWithAudioSample/Properties/AssemblyInfo.cs
Двоичный файл не отображается.
Двоичные данные
Samples/WpfSample/Properties/AssemblyInfo.cs
Двоичные данные
Samples/WpfSample/Properties/AssemblyInfo.cs
Двоичный файл не отображается.
|
@ -2,6 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
|
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичные данные
Sources/Runtime/Test.Psi.Windows/Properties/AssemblyInfo.cs
Двоичные данные
Sources/Runtime/Test.Psi.Windows/Properties/AssemblyInfo.cs
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -10,31 +10,32 @@
|
|||
SizeToContent="WidthAndHeight"
|
||||
Title="Add Annotation"
|
||||
WindowStartupLocation="CenterOwner"
|
||||
WindowStyle="SingleBorderWindow">
|
||||
WindowStyle="SingleBorderWindow"
|
||||
Background="{StaticResource WindowBackgroundBrush}">
|
||||
|
||||
<Grid Grid.IsSharedSizeScope="True">
|
||||
<Grid.Resources>
|
||||
<Style TargetType="Label">
|
||||
<Style TargetType="Label" BasedOn="{StaticResource {x:Type Label}}">
|
||||
<Setter Property="HorizontalAlignment" Value="Right" />
|
||||
<Setter Property="Margin" Value="10,2,2,2" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
</Style>
|
||||
|
||||
<Style TargetType="TextBox">
|
||||
<Style TargetType="TextBox" BasedOn="{StaticResource {x:Type TextBox}}">
|
||||
<Setter Property="HorizontalAlignment" Value="Left" />
|
||||
<Setter Property="Margin" Value="2,2,10,2" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
<Setter Property="Width" Value="180" />
|
||||
</Style>
|
||||
|
||||
<Style TargetType="ComboBox">
|
||||
<Style TargetType="ComboBox" BasedOn="{StaticResource {x:Type ComboBox}}">
|
||||
<Setter Property="HorizontalAlignment" Value="Left" />
|
||||
<Setter Property="Margin" Value="2,2,10,2" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
<Setter Property="Width" Value="180" />
|
||||
</Style>
|
||||
|
||||
<Style TargetType="Button">
|
||||
<Style TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
|
||||
<Setter Property="Height" Value="20" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
<Setter Property="Width" Value="80" />
|
||||
|
|
Двоичный файл не отображается.
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче