Skip to content

Commit 1ac1540

Browse files
committed
fix crash on resize filter panels (fix #3900)
1 parent 062accc commit 1ac1540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UniGetUI/Pages/SoftwarePages/AbstractPackagesPage.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,7 @@ private void ShowFilteringPane()
11601160
try
11611161
{
11621162
finalWidth = Settings.GetDictionaryItem<string, int>(Settings.K.SidepanelWidths, PAGE_NAME);
1163+
if (finalWidth == 0) finalWidth = 250;
11631164
}
11641165
catch
11651166
{

0 commit comments

Comments
 (0)