Skip to content

Commit bbd8fab

Browse files
committed
Update the margin of the keyboard UI in the palette suggestions & fixed the mode button's height
1 parent dba4123 commit bbd8fab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Files.App.Controls/Omnibar/Omnibar.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
x:Name="PART_ModeButton"
131131
Width="{StaticResource OmnibarModeDefaultClickAreaWidth}"
132132
Margin="1"
133+
VerticalAlignment="Stretch"
133134
Background="{TemplateBinding Background}"
134135
BorderBrush="{TemplateBinding BorderBrush}"
135136
BorderThickness="0"

src/Files.App/UserControls/NavigationToolbar.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
<keyboard:KeyboardShortcut
446446
x:Name="RightAlignedKeyboardShortcut"
447447
Grid.Column="2"
448+
Margin="0,0,8,0"
448449
VerticalAlignment="Center"
449450
HotKeys="{x:Bind HotKeys}" />
450451
</Grid>

0 commit comments

Comments
 (0)