revert X Property change, and cleanup formatting
This commit is contained in:
parent
5a4a802751
commit
65f43a9300
32 changed files with 459 additions and 429 deletions
|
|
@ -1,10 +1,10 @@
|
|||
use std::cell::Cell;
|
||||
|
||||
use gtk4 as gtk;
|
||||
use gtk::CompositeTemplate;
|
||||
use gtk::glib;
|
||||
use gtk::prelude::*;
|
||||
use gtk::subclass::prelude::*;
|
||||
use gtk4 as gtk;
|
||||
use std::cell::Cell;
|
||||
|
||||
use gtk::CompositeTemplate;
|
||||
|
||||
#[derive(Debug, Default, CompositeTemplate)]
|
||||
#[template(file = "grid_item.ui")]
|
||||
|
|
@ -32,5 +32,7 @@ impl ObjectSubclass for GridItem {
|
|||
}
|
||||
|
||||
impl ObjectImpl for GridItem {}
|
||||
|
||||
impl WidgetImpl for GridItem {}
|
||||
|
||||
impl BoxImpl for GridItem {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue