We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c7ed8 commit 0fd0997Copy full SHA for 0fd0997
src/widgets/entry.rs
@@ -142,9 +142,7 @@ impl PlistEntry {
142
.col(|ui| {
143
let prev_item_spacing = ui.spacing().item_spacing;
144
ui.spacing_mut().item_spacing.x = 0.0;
145
- if !path.is_empty() {
146
- ui.add_space(ui.spacing().indent * path.len() as f32);
147
- }
+ ui.add_space(ui.spacing().indent * path.len() as f32);
148
if ty.is_expandable() {
149
let size = vec2(ui.spacing().indent, ui.spacing().icon_width);
150
let (_id, rect) = ui.allocate_space(size);
0 commit comments