From 8fac7a1d5dc517154716130579adebcf77aab8ba Mon Sep 17 00:00:00 2001 From: Valtteri Koskivuori Date: Sat, 1 May 2021 00:27:29 +0300 Subject: [PATCH] LibGUI: Bump up common locations width from 90 to 95 The Documents directory shows up properly now when selected. Previously the bold text would not fit horizontally, causing an ellipsis at the end. --- Userland/Libraries/LibGUI/FilePickerDialog.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibGUI/FilePickerDialog.gml b/Userland/Libraries/LibGUI/FilePickerDialog.gml index cd291fac5b..0c667b9e71 100644 --- a/Userland/Libraries/LibGUI/FilePickerDialog.gml +++ b/Userland/Libraries/LibGUI/FilePickerDialog.gml @@ -20,7 +20,7 @@ @GUI::Frame { name: "common_locations_frame" - fixed_width: 90 + fixed_width: 95 fill_with_background_color: true layout: @GUI::VerticalBoxLayout {