Rename DockItem to Panel

This commit is contained in:
Nathan Sobo 2023-05-05 16:13:36 -06:00 committed by Antonio Scandurra
parent 03f8c1206a
commit 1ddbda5095
9 changed files with 25 additions and 24 deletions

View file

@ -41,7 +41,7 @@ impl View for DeployFeedbackButton {
.workspace
.status_bar
.panel_buttons
.item
.button
.style_for(state, active);
Svg::new("icons/feedback_16.svg")