Skip to content

Commit

Permalink
Fixes issue #30
Browse files Browse the repository at this point in the history
  • Loading branch information
margual56 committed Aug 21, 2023
1 parent 9f94ecc commit b789756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/compsition_help_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl SecondaryWindow for CompositionHelpWindow {
})
.body(|mut body| {
for lib in &LIBRARIES {
body.row(20.0, |mut row| {
body.row(30.0, |mut row| {
row.col(|ui| {
ui.label(lib.name.clone());
});
Expand Down

0 comments on commit b789756

Please sign in to comment.