mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +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
Notes:
sideshowbarker
2024-07-18 18:51:07 +09:00
Author: https://github.com/vkoskiv Commit: https://github.com/SerenityOS/serenity/commit/8fac7a1d5dc Pull-request: https://github.com/SerenityOS/serenity/pull/6764
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
Reference in a new issue