mirror of https://github.com/lapce/lapce.git
Fix the issue where the width is too short. (#3522)
This commit is contained in:
parent
d5017ff859
commit
4e7d353f44
|
@ -278,6 +278,7 @@ fn file_node_input_view(data: FileExplorerData, err: Option<String>) -> Containe
|
|||
} else {
|
||||
container(text_input_view)
|
||||
}
|
||||
.style(move |s| s.width_full())
|
||||
}
|
||||
|
||||
fn file_explorer_view(
|
||||
|
|
Loading…
Reference in New Issue