Merge branch 'simplifiedView' of https://github.com/spowelljr/minikube into simplifiedView
commit
8af528f616
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue