Ultimaker / Uranium

A Python framework for building Desktop applications.
GNU Lesser General Public License v3.0
323 stars 185 forks source link

Fix checkbox tooltip #946

Closed casperlamboo closed 6 months ago

casperlamboo commented 6 months ago

Fix tooltip in the checkbox component, previously we were using Qt's "native" tooltop. Swapped it for the UM.ToolTip for consistency with the whole application.

CURA-11697