mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 00:26:30 +00:00
splitting python complete
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*"></RowDefinition>
|
||||
<RowDefinition Height="35"></RowDefinition>
|
||||
<RowDefinition Height="35"></RowDefinition>
|
||||
<RowDefinition Height="30"></RowDefinition>
|
||||
</Grid.RowDefinitions>
|
||||
<controls:DetectionClasses
|
||||
x:Name="LvClasses"
|
||||
@@ -93,6 +93,27 @@
|
||||
Click="ShowWithObjectsOnly_OnClick">
|
||||
Показувати лише анотації з об'єктами
|
||||
</CheckBox>
|
||||
<Grid Name="LeftPaneSearch"
|
||||
ShowGridLines="False"
|
||||
Background="Black"
|
||||
HorizontalAlignment="Stretch"
|
||||
Grid.Row="2">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="60" />
|
||||
<ColumnDefinition Width="*" />
|
||||
|
||||
</Grid.ColumnDefinitions>
|
||||
<Label
|
||||
Grid.Column="0"
|
||||
Grid.Row="0"
|
||||
HorizontalAlignment="Stretch"
|
||||
Margin="1"
|
||||
Foreground="LightGray"
|
||||
Content="Фільтр: "/>
|
||||
<TextBox Name="TbSearch" TextChanged="TbSearch_OnTextChanged"
|
||||
Grid.Column="1"
|
||||
Foreground="Gray"/>
|
||||
</Grid>
|
||||
</Grid>
|
||||
<TabControl
|
||||
Name="Switcher"
|
||||
|
||||
Reference in New Issue
Block a user