FreeCAD: master a9da6194

Author Committer Branch Timestamp Parent
uwestoehr wwmayer master 2020-12-27 04:35:49 master ea6e8e99
Changeset [TD] update balloon dialog

2 weeks ago the properties EndTypeScale and LineVisible were added but not to the dialog.

This PR adds them t the balloon dialog-

It also took the opportunity to cleanup the code:
- add missing tooltips
- uniform tooltips in App and Gui
- uniform the UI element names
mod - src/Mod/TechDraw/App/DrawViewBalloon.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskBalloon.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskBalloon.h Diff File
mod - src/Mod/TechDraw/Gui/TaskBalloon.ui Diff File
mod - src/Mod/TechDraw/Gui/ViewProviderBalloon.cpp Diff File