fix styling issues
This commit is contained in:
@@ -32,10 +32,6 @@ WeatherWidget::WeatherWidget()
|
||||
: Gtk::Box(Gtk::Orientation::VERTICAL) {
|
||||
this->set_orientation(Gtk::Orientation::VERTICAL);
|
||||
this->set_spacing(6);
|
||||
this->set_margin_top(4);
|
||||
this->set_margin_bottom(4);
|
||||
this->set_margin_start(4);
|
||||
this->set_margin_end(4);
|
||||
|
||||
this->titleLabel.set_text("Weather");
|
||||
this->currentLabel.set_text("Now: --");
|
||||
|
||||
Reference in New Issue
Block a user