mirror of
https://github.com/tuxdotrs/highminded.git
synced 2025-08-23 08:01:03 +05:30
style: decrease fontsize for shortcuts
This commit is contained in:
@@ -39,17 +39,17 @@
|
|||||||
<Border Background="Black" BorderBrush="#19ffffff" BorderThickness="2" CornerRadius="5"
|
<Border Background="Black" BorderBrush="#19ffffff" BorderThickness="2" CornerRadius="5"
|
||||||
Margin="0 0 10 0">
|
Margin="0 0 10 0">
|
||||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center"
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center"
|
||||||
Spacing="5" Margin="10 0">
|
Spacing="5" Margin="6 0">
|
||||||
<TextBlock FontSize="12" Text="Hide:" />
|
<TextBlock FontSize="10" Text="Hide:" />
|
||||||
<TextBlock FontSize="12" Text="{Binding HideShortcutKey}" />
|
<TextBlock FontSize="10" Text="{Binding HideShortcutKey}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<Border Background="Black" BorderBrush="#19ffffff" BorderThickness="2" CornerRadius="5"
|
<Border Background="Black" BorderBrush="#19ffffff" BorderThickness="2" CornerRadius="5"
|
||||||
Margin="0 0 10 0">
|
Margin="0 0 10 0">
|
||||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center"
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center"
|
||||||
Spacing="5" Margin="10 0">
|
Spacing="5" Margin="6 0">
|
||||||
<TextBlock FontSize="12" Text="Screen:" />
|
<TextBlock FontSize="10" Text="Screen:" />
|
||||||
<TextBlock FontSize="12" Text="{Binding ScreenshotShortcutKey}" />
|
<TextBlock FontSize="10" Text="{Binding ScreenshotShortcutKey}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<Border
|
<Border
|
||||||
@@ -59,9 +59,9 @@
|
|||||||
BorderThickness="2" CornerRadius="5"
|
BorderThickness="2" CornerRadius="5"
|
||||||
Margin="0 0 10 0">
|
Margin="0 0 10 0">
|
||||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center"
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center"
|
||||||
Spacing="5" Margin="10 0">
|
Spacing="5" Margin="6 0">
|
||||||
<TextBlock FontSize="12" Text="Audio:" />
|
<TextBlock FontSize="10" Text="Audio:" />
|
||||||
<TextBlock FontSize="12" Text="{Binding AudioShortcutKey}" />
|
<TextBlock FontSize="10" Text="{Binding AudioShortcutKey}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<Border
|
<Border
|
||||||
@@ -71,9 +71,9 @@
|
|||||||
BorderThickness="2" CornerRadius="5"
|
BorderThickness="2" CornerRadius="5"
|
||||||
Margin="0 0 10 0">
|
Margin="0 0 10 0">
|
||||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center"
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center"
|
||||||
Spacing="5" Margin="10 0">
|
Spacing="5" Margin="6 0">
|
||||||
<TextBlock FontSize="12" Text="Audio:" />
|
<TextBlock FontSize="10" Text="Audio:" />
|
||||||
<TextBlock FontSize="12" Text="{Binding AudioShortcutKey}" />
|
<TextBlock FontSize="10" Text="{Binding AudioShortcutKey}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<Button Name="ChatBtn" Background="Transparent" Click="ChatBtnClick">
|
<Button Name="ChatBtn" Background="Transparent" Click="ChatBtnClick">
|
||||||
|
Reference in New Issue
Block a user