mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:46:05 +08:00
Removes the default tooltips of the buttons to improve clarity
Put the automatically added tooltips back to the default value (empty qSt) so the user doensn't sees two 'tooltips' Contributes to #43
This commit is contained in:
parent
ff058bbfae
commit
4d1fdc92b3
@ -193,7 +193,7 @@ UM.MainWindow {
|
|||||||
|
|
||||||
iconSource: UM.Theme.icons.open;
|
iconSource: UM.Theme.icons.open;
|
||||||
style: UM.Backend.progress < 0 ? UM.Theme.styles.open_file_button : UM.Theme.styles.tool_button;
|
style: UM.Backend.progress < 0 ? UM.Theme.styles.open_file_button : UM.Theme.styles.tool_button;
|
||||||
|
tooltip: '';
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top;
|
top: parent.top;
|
||||||
topMargin: UM.Theme.sizes.window_margin.height;
|
topMargin: UM.Theme.sizes.window_margin.height;
|
||||||
@ -232,7 +232,7 @@ UM.MainWindow {
|
|||||||
iconSource: UM.Theme.icons.viewmode;
|
iconSource: UM.Theme.icons.viewmode;
|
||||||
|
|
||||||
style: UM.Theme.styles.tool_button;
|
style: UM.Theme.styles.tool_button;
|
||||||
|
tooltip: '';
|
||||||
menu: Menu {
|
menu: Menu {
|
||||||
id: viewMenu;
|
id: viewMenu;
|
||||||
Instantiator {
|
Instantiator {
|
||||||
|
@ -47,7 +47,6 @@ Item {
|
|||||||
Button {
|
Button {
|
||||||
text: model.name;
|
text: model.name;
|
||||||
iconSource: UM.Theme.icons[model.icon];
|
iconSource: UM.Theme.icons[model.icon];
|
||||||
tooltip: model.description;
|
|
||||||
|
|
||||||
checkable: true;
|
checkable: true;
|
||||||
checked: model.active;
|
checked: model.active;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user