Fix formatting for the entire workspace
This commit is contained in:
parent
33bc47dbe2
commit
74ca223114
5 changed files with 10 additions and 13 deletions
|
@ -248,12 +248,7 @@ impl Entity for FeedbackEditor {
|
|||
}
|
||||
|
||||
impl Item for FeedbackEditor {
|
||||
fn tab_content(
|
||||
&self,
|
||||
_: Option<usize>,
|
||||
style: &theme::Tab,
|
||||
_: &AppContext,
|
||||
) -> Element<Pane> {
|
||||
fn tab_content(&self, _: Option<usize>, style: &theme::Tab, _: &AppContext) -> Element<Pane> {
|
||||
Flex::row()
|
||||
.with_child(
|
||||
Svg::new("icons/feedback_16.svg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue