mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Move Job Specs into viewport area
This commit is contained in:
parent
5cc75398c2
commit
d41db89254
5 changed files with 189 additions and 165 deletions
|
@ -23,8 +23,7 @@
|
|||
"family": "Proxima Nova Rg"
|
||||
},
|
||||
"caption": {
|
||||
"size": 0.75,
|
||||
"italic": true,
|
||||
"size": 1.0,
|
||||
"family": "Proxima Nova Rg"
|
||||
},
|
||||
"sidebar_header": {
|
||||
|
@ -46,6 +45,11 @@
|
|||
"setting_category": {
|
||||
"size": 1.0,
|
||||
"family": "Proxima Nova Rg"
|
||||
},
|
||||
"action_button": {
|
||||
"size": 1.15,
|
||||
"bold": true,
|
||||
"family": "Proxima Nova Rg"
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -65,6 +69,7 @@
|
|||
"text_white": [255, 255, 255, 255],
|
||||
"text_hover": [35, 35, 35, 255],
|
||||
"text_pressed": [12, 169, 227, 255],
|
||||
"text_subtext": [127, 127, 127, 255],
|
||||
|
||||
"error": [255, 140, 0, 255],
|
||||
"sidebar_header_bar": [24, 41, 77, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue