Merge branch 'simplifiedView' of https://github.com/spowelljr/minikube into simplifiedView

pull/13965/head
Steven Powell 2022-04-15 11:53:37 -07:00
commit 8af528f616
2 changed files with 0 additions and 2 deletions

View File

@ -112,7 +112,6 @@ Window::Window()
setLayout(layout); setLayout(layout);
resize(200, 250); resize(200, 250);
setWindowTitle(tr("minikube")); setWindowTitle(tr("minikube"));
setWindowIcon(*trayIconIcon); setWindowIcon(*trayIconIcon);
} }

View File

@ -148,7 +148,6 @@ private:
ClusterModel *clusterModel; ClusterModel *clusterModel;
QTableView *clusterListView; QTableView *clusterListView;
// Create cluster // Create cluster
void askCustom(); void askCustom();
void askName(); void askName();