fix indentation for pr 20230422

This commit is contained in:
zxkmmOnHaseeWSL 2023-04-22 17:50:21 +08:00
parent 4ff71dcfca
commit 0e8dc1567c
2 changed files with 11 additions and 12 deletions

View file

@ -146,7 +146,7 @@ private:
void refresh_widgets(const bool v);
void on_rename(NavigationView& nav);
void on_refactor(NavigationView& nav);
void on_refactor(NavigationView& nav);
void on_delete();
Labels labels {
@ -163,10 +163,10 @@ private:
"Rename"
};
Button button_refactor{
{ 10 * 8, 29 * 8, 10 * 8, 32 },
"Refactor"
};
Button button_refactor{
{ 10 * 8, 29 * 8, 10 * 8, 32 },
"Refactor"
};
Button button_delete {
{ 20 * 8, 29 * 8, 10 * 8, 32 },