quick commit
This commit is contained in:
@@ -34,10 +34,8 @@ ControlCenter::ControlCenter(std::string icon, std::string name)
|
||||
this->controlCenterContainer.set_orientation(Gtk::Orientation::VERTICAL);
|
||||
this->controlCenterContainer.set_spacing(4);
|
||||
|
||||
this->testLabel.set_text("Test tab");
|
||||
|
||||
this->contentStack.add(this->controlCenterContainer, "controls", "Controls");
|
||||
this->contentStack.add(this->testLabel, "test", "Test");
|
||||
this->contentStack.add(this->weatherWidget, "test", "Test");
|
||||
this->contentStack.set_visible_child("controls");
|
||||
this->setActiveTab("controls");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user