Fix button sizes
This commit is contained in:
@@ -370,10 +370,7 @@
|
|||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<!-- Pivot + Sync + Multi Select -->
|
<!-- Pivot + Sync + Multi Select -->
|
||||||
<Grid
|
<Grid Grid.Row="1" Padding="0,0,0,2">
|
||||||
Grid.Row="1"
|
|
||||||
Padding="0,0,0,2"
|
|
||||||
Visibility="{x:Bind helpers:XamlHelpers.ReverseBoolToVisibilityConverter(ViewModel.IsInSearchMode), Mode=OneWay}">
|
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition Width="Auto" />
|
<ColumnDefinition Width="Auto" />
|
||||||
<ColumnDefinition Width="*" />
|
<ColumnDefinition Width="*" />
|
||||||
@@ -426,6 +423,8 @@
|
|||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
Orientation="Horizontal">
|
Orientation="Horizontal">
|
||||||
<Button
|
<Button
|
||||||
|
Width="36"
|
||||||
|
Height="36"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
Command="{x:Bind ViewModel.SyncFolderCommand}"
|
Command="{x:Bind ViewModel.SyncFolderCommand}"
|
||||||
@@ -433,12 +432,14 @@
|
|||||||
<Button.Content>
|
<Button.Content>
|
||||||
<FontIcon
|
<FontIcon
|
||||||
FontFamily="Segoe Fluent Icons"
|
FontFamily="Segoe Fluent Icons"
|
||||||
FontSize="16"
|
FontSize="14"
|
||||||
Glyph="" />
|
Glyph="" />
|
||||||
</Button.Content>
|
</Button.Content>
|
||||||
</Button>
|
</Button>
|
||||||
<ToggleButton
|
<ToggleButton
|
||||||
x:Name="SelectionModeToggle"
|
x:Name="SelectionModeToggle"
|
||||||
|
Width="36"
|
||||||
|
Height="36"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
Checked="SelectionModeToggleChecked"
|
Checked="SelectionModeToggleChecked"
|
||||||
@@ -447,11 +448,12 @@
|
|||||||
<ToggleButton.Content>
|
<ToggleButton.Content>
|
||||||
<FontIcon
|
<FontIcon
|
||||||
FontFamily="Segoe Fluent Icons"
|
FontFamily="Segoe Fluent Icons"
|
||||||
FontSize="16"
|
FontSize="14"
|
||||||
Glyph="" />
|
Glyph="" />
|
||||||
</ToggleButton.Content>
|
</ToggleButton.Content>
|
||||||
</ToggleButton>
|
</ToggleButton>
|
||||||
<muxc:DropDownButton
|
<muxc:DropDownButton
|
||||||
|
Height="36"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
Content="{x:Bind ViewModel.SelectedFilterOption.Title, Mode=OneWay}"
|
Content="{x:Bind ViewModel.SelectedFilterOption.Title, Mode=OneWay}"
|
||||||
@@ -582,10 +584,7 @@
|
|||||||
</ListView.Resources>
|
</ListView.Resources>
|
||||||
<ListView.ItemTemplate>
|
<ListView.ItemTemplate>
|
||||||
<DataTemplate x:DataType="ICollectionViewGroup">
|
<DataTemplate x:DataType="ICollectionViewGroup">
|
||||||
<Grid
|
<Grid Background="{ThemeResource MailListHeaderBackgroundColor}" CornerRadius="4">
|
||||||
Margin="0,0"
|
|
||||||
Background="{ThemeResource MailListHeaderBackgroundColor}"
|
|
||||||
CornerRadius="4">
|
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Margin="12,0"
|
Margin="12,0"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
|
|||||||
Reference in New Issue
Block a user