mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-10 00:13:29 +00:00
Fix recent projects footer overflowing (#59891)
The width of the recent projects picker was set too small. When selecting an item that is already opened an additional action (remove current window) appears that overflows. This sets the width such that that no longer occurs. fixes: #59847 Release Notes: - N/A (bug on preview only)
This commit is contained in:
parent
17c0ebb0f7
commit
45a4d87eed
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ impl RecentProjects {
|
|||
ProjectPickerStyle::Modal,
|
||||
);
|
||||
|
||||
Self::new(delegate, fs, 34., window, cx)
|
||||
Self::new(delegate, fs, 42., window, cx)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue