Skip to content

Commit

Permalink
About: Add mascot tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Feb 29, 2020
1 parent 40860f6 commit d61359a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Applications/About/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ int main(int argc, char** argv)

auto icon_label = right_container->add<GUI::Label>();
icon_label->set_icon(Gfx::Bitmap::load_from_file("/res/icons/buggie.png"));
icon_label->set_tooltip("Buggie");
icon_label->set_size_policy(GUI::SizePolicy::Fixed, GUI::SizePolicy::Fixed);
icon_label->set_preferred_size(icon_label->icon()->size());

Expand Down

0 comments on commit d61359a

Please sign in to comment.