fix styling issues
This commit is contained in:
@@ -79,7 +79,6 @@ void CopyNotification::createImageNotification(NotifyMessage notify) {
|
||||
|
||||
auto contentBox = Gtk::make_managed<Gtk::Box>();
|
||||
contentBox->set_orientation(Gtk::Orientation::VERTICAL);
|
||||
contentBox->set_margin(0);
|
||||
auto imageWidget = Gtk::make_managed<Gtk::Image>(this->copiedImage);
|
||||
contentBox->append(*imageWidget);
|
||||
imageWidget->set_pixel_size(300);
|
||||
|
||||
Reference in New Issue
Block a user