Skip to content

Commit 29db0af

Browse files
committed
ux: width of quick launcher popup
Signed-off-by: leo <longshuang@msn.cn>
1 parent df80480 commit 29db0af

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Views/Launcher.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
Background="Transparent"
129129
IsVisible="{Binding QuickLauncher, Converter={x:Static ObjectConverters.IsNotNull}}"
130130
PointerPressed="OnCloseQuickLauncher">
131-
<Border HorizontalAlignment="Center" VerticalAlignment="Center" Effect="drop-shadow(0 0 12 #A0000000)">
131+
<Border Width="400" HorizontalAlignment="Center" VerticalAlignment="Center" Effect="drop-shadow(0 0 12 #A0000000)">
132132
<Border Background="{DynamicResource Brush.Popup}" CornerRadius="8">
133133
<ContentControl Margin="16,10,16,12" Content="{Binding QuickLauncher}">
134134
<ContentControl.DataTemplates>

src/Views/QuickLauncher.axaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949

5050
<ListBox Grid.Row="2"
5151
x:Name="PageListBox"
52-
Width="300"
5352
MaxHeight="250"
5453
Margin="4,0"
5554
BorderThickness="0"
@@ -120,7 +119,6 @@
120119

121120
<ListBox Grid.Row="4"
122121
x:Name="RepoListBox"
123-
Width="300"
124122
MaxHeight="300"
125123
Margin="4,0"
126124
BorderThickness="0"

0 commit comments

Comments
 (0)