mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix css classes
This commit is contained in:
parent
2fd7ee79a4
commit
9b6ee0ab3b
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue