Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Jul 26, 2021
1 parent 1166328 commit 075f24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fltk-theme"
version = "0.1.4"
version = "0.1.5"
authors = ["MoAlyousef <[email protected]>"]
edition = "2018"
description = "A theming crate for fltk-rs"
Expand Down
2 changes: 1 addition & 1 deletion examples/fluent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() {
let mut toggle = button::ToggleButton::new(100, 220, 80, 30, "Toggle");
toggle.set_color(enums::Color::from_hex(0x0078D4));
toggle.set_label_color(enums::Color::White);
toggle.set_down_frame(widget_themes::OS_DEFAULT_DEPRESSED_DOWN_BOX);
toggle.set_selection_color(toggle.color().darker());
let mut btn = button::Button::new(220, 220, 80, 30, "Hello");
btn.set_frame(widget_themes::OS_DEFAULT_BUTTON_UP_BOX);
btn.set_down_frame(widget_themes::OS_DEFAULT_DEPRESSED_DOWN_BOX);
Expand Down

0 comments on commit 075f24d

Please sign in to comment.