mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Minor XAML changes
This commit is contained in:
@@ -20,6 +20,15 @@
|
|||||||
<converters:BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter"/>
|
<converters:BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter"/>
|
||||||
<converters:InverseBooleanToVisibilityConverter x:Key="InverseBooleanToVisibilityConverter"/>
|
<converters:InverseBooleanToVisibilityConverter x:Key="InverseBooleanToVisibilityConverter"/>
|
||||||
<converters:NullToBooleanConverter x:Key="NullToBooleanConverter"/>
|
<converters:NullToBooleanConverter x:Key="NullToBooleanConverter"/>
|
||||||
|
<!--<Style TargetType="controls:TextBoxWithButton" x:Name="FilterBoxStyle">
|
||||||
|
<Setter Property="ButtonSymbol" Value="" />
|
||||||
|
<Setter Property="Text" Value="{Binding Filter, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
||||||
|
<Setter Property="FontSize" Value="18" />
|
||||||
|
<Setter Property="VerticalContentAlignment" Value="Center" />
|
||||||
|
<Setter Property="Width" Value="400" />
|
||||||
|
<Setter Property="Style" Value="{StaticResource TextBoxWithButtonStyle}" />
|
||||||
|
<Setter Property="IsButtonEnabled" Value="False" />
|
||||||
|
</Style>-->
|
||||||
</Page.Resources>
|
</Page.Resources>
|
||||||
<Page.DataContext>
|
<Page.DataContext>
|
||||||
<viewModels:GroupVm />
|
<viewModels:GroupVm />
|
||||||
@@ -119,7 +128,6 @@
|
|||||||
<ListView
|
<ListView
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
x:Name="LeftListView"
|
x:Name="LeftListView"
|
||||||
Margin="0,0,0,-10"
|
|
||||||
SelectionChanged="groups_SelectionChanged"
|
SelectionChanged="groups_SelectionChanged"
|
||||||
IsSwipeEnabled="false"
|
IsSwipeEnabled="false"
|
||||||
IsSynchronizedWithCurrentItem="False"
|
IsSynchronizedWithCurrentItem="False"
|
||||||
|
Reference in New Issue
Block a user