Skip to content

Commit

Permalink
Change the style to avoid issues with displaying Chinese.
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-observer committed Aug 2, 2024
1 parent 16ebd02 commit 3565e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lapce-app/src/panel/source_control_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ pub fn source_control_panel(
editor.get_untracked(),
debug_breakline,
is_active,
),
)
.style(move |s| s.absolute().min_size_full()),
label(|| "Commit Message".to_string()).style(move |s| {
let config = config.get();
s.absolute()
Expand Down

0 comments on commit 3565e05

Please sign in to comment.