mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:07:46 +00:00
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:
parent
e0ac611a08
commit
8fac7a1d5d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
@GUI::Frame {
|
||||
name: "common_locations_frame"
|
||||
fixed_width: 90
|
||||
fixed_width: 95
|
||||
fill_with_background_color: true
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue