Remove unused button
This commit is contained in:
parent
8aa4568ad9
commit
034f05eeba
|
|
@ -275,7 +275,7 @@ impl HubClient {
|
|||
body.rows(text_height, 1, |_, mut row| {
|
||||
row.col(|ui| {
|
||||
add_header(ui);
|
||||
});
|
||||
});row.col(|_ui| {});
|
||||
row.col(|ui| {
|
||||
ui.vertical_centered_justified(|ui| {
|
||||
ui.add_space(VERTICAL_SPACING);
|
||||
|
|
@ -286,16 +286,6 @@ impl HubClient {
|
|||
{}
|
||||
});
|
||||
});
|
||||
row.col(|ui| {
|
||||
ui.vertical_centered_justified(|ui| {
|
||||
ui.add_space(VERTICAL_SPACING);
|
||||
if ui
|
||||
.button("Create new")
|
||||
.on_hover_text("Not implemented yet")
|
||||
.clicked()
|
||||
{}
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue