mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
fix css classes
This commit is contained in:
parent
2fd7ee79a4
commit
9b6ee0ab3b
@ -7,7 +7,7 @@ use gtk::{
|
||||
|
||||
// Defaults
|
||||
|
||||
const CSS_CLASSES: [&str; 1] = ["error"];
|
||||
const CSS_CLASSES: [&str; 1] = ["accent"];
|
||||
const LABEL: &str = "Choose";
|
||||
const MARGIN: i32 = 16;
|
||||
|
||||
|
@ -7,7 +7,7 @@ use gtk::{
|
||||
|
||||
// Defaults
|
||||
|
||||
const CSS_CLASSES: [&str; 1] = ["error"];
|
||||
const CSS_CLASSES: [&str; 1] = ["accent"];
|
||||
const LABEL: &str = "Open";
|
||||
const MARGIN: i32 = 16;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user