We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ee997 commit 6ff8c7bCopy full SHA for 6ff8c7b
src/Styling with CSS/code.rs
@@ -3,5 +3,5 @@ use gtk::prelude::*;
3
4
pub fn main() {
5
let basic_label: gtk::Label = workbench::builder().object("basic_label").unwrap();
6
- basic_label.add_css_class("css_text");
+ basic_label.add_css_class("my_custom_class");
7
}
0 commit comments