mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:56:00 +08:00
Add support for displaying setting tooltips with descriptions
This commit is contained in:
parent
2fb78556cc
commit
7a039a4c44
@ -70,7 +70,9 @@
|
||||
"checkbox_hover": [245, 245, 245, 255],
|
||||
"checkbox_border": [174, 174, 174, 255],
|
||||
"checkbox_mark": [35, 35, 35, 255],
|
||||
"checkbox_text": [174, 174, 174, 255]
|
||||
"checkbox_text": [174, 174, 174, 255],
|
||||
|
||||
"tooltip": [255, 225, 146, 255]
|
||||
},
|
||||
|
||||
"sizes": {
|
||||
@ -97,6 +99,9 @@
|
||||
"slider_groove": [0.5, 0.5],
|
||||
"slider_handle": [1.5, 1.5],
|
||||
|
||||
"checkbox": [1.5, 1.5]
|
||||
"checkbox": [1.5, 1.5],
|
||||
|
||||
"tooltip": [20.0, 10.0],
|
||||
"tooltip_margins": [1.0, 1.0]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user