feat: Icon overlay and editor improvements #1
+1
-1
@@ -209,7 +209,7 @@ pub fn build_editor_page(
|
||||
label.set_xalign(0.0);
|
||||
|
||||
let rgba = gtk::gdk::RGBA::parse(&hex).unwrap_or(gtk::gdk::RGBA::BLACK);
|
||||
let dialog = ColorDialog::builder().with_alpha(false).build();
|
||||
let dialog = ColorDialog::builder().build();
|
||||
let button = ColorDialogButton::new(Some(dialog));
|
||||
button.set_rgba(&rgba);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user