Skip to content

Commit

Permalink
Made the excludes ui a bit cleaner with a separator
Browse files Browse the repository at this point in the history
  • Loading branch information
mbwilding committed Dec 21, 2023
1 parent 7fba543 commit 087871c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dygma-layer-switcher/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ impl DygmaLayerSwitcher {
})
.header_response
.on_hover_text(verbiage::EXCLUDES_HINT);
ui.separator();
}
}
}
Expand Down

0 comments on commit 087871c

Please sign in to comment.