We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8600d0d commit be2db42Copy full SHA for be2db42
src/Files.App/Views/MainPage.xaml
@@ -142,13 +142,14 @@
142
TabStripVisibility="Visible"
143
Visibility="Visible">
144
<tabbar:TabBar.FooterElement>
145
+ <!-- Height is not divisble by four in order to properly align the button -->
146
<Button
147
x:Name="HorizontalMultitaskingControlAddButton"
- Width="32"
148
- Height="32"
+ Width="30"
149
+ Height="30"
150
Padding="8"
151
HorizontalAlignment="Left"
- VerticalAlignment="Bottom"
152
+ VerticalAlignment="Center"
153
AllowDrop="True"
154
AutomationProperties.Name="{x:Bind Commands.NewTab.AutomationName}"
155
Background="Transparent"
0 commit comments