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.
This commit is contained in:
Valtteri Koskivuori 2021-05-01 00:27:29 +03:00 committed by GitHub
parent e0ac611a08
commit 8fac7a1d5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-18 18:51:07 +09:00

View file

@ -20,7 +20,7 @@
@GUI::Frame {
name: "common_locations_frame"
fixed_width: 90
fixed_width: 95
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {