mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
15.10 Changes the styling for the open file button
Everything related to the font is not changed yet, first we have to agree on the chosen font Contributes to: issue CURA-60
This commit is contained in:
parent
43aee84f12
commit
2df2c9c6c8
3 changed files with 27 additions and 44 deletions
|
@ -75,6 +75,10 @@
|
|||
"button_disabled": [245, 245, 245, 255],
|
||||
"button_tooltip_text": [35, 35, 35, 255],
|
||||
|
||||
"open_file_button": [0, 0, 0, 255],
|
||||
"open_file_button_text": [255, 255, 255, 255],
|
||||
"open_file_button_hover": [43, 45, 46, 255],
|
||||
|
||||
"scrollbar_background": [245, 245, 245, 255],
|
||||
"scrollbar_handle": [205, 202, 201, 255],
|
||||
"scrollbar_handle_hover": [174, 174, 174, 255],
|
||||
|
@ -140,6 +144,9 @@
|
|||
"toolbar_button": [2.0, 2.0],
|
||||
"toolbar_spacing": [1.0, 1.0],
|
||||
|
||||
"loadfile_button": [11.0, 2.4],
|
||||
"loadfile_margin": [0.8, 0.4],
|
||||
|
||||
"section": [22.0, 3.0],
|
||||
"section_icon": [2.14, 2.14],
|
||||
"section_text_margin": [0.33, 0.33],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue