Browse Source

Update eez-flow-template-stm32f469i-disco.eez-project

master
Martin Vladic 2 years ago
parent
commit
6a4c008c55
  1. 28
      Src/eez-flow-template-stm32f469i-disco.eez-project

28
Src/eez-flow-template-stm32f469i-disco.eez-project

@ -2637,6 +2637,18 @@
"backgroundColor": "slider_widget_background" "backgroundColor": "slider_widget_background"
}, },
{ {
"name": "switch_widget",
"inheritFrom": "default",
"color": "switch_widget_color",
"backgroundColor": "switch_widget_background_off",
"activeColor": "switch_widget_color",
"activeBackgroundColor": "switch_widget_background_on",
"focusColor": "switch_widget_color",
"borderSize": "2",
"borderColor": "switch_widget_border",
"padding": "3 0"
},
{
"name": "background", "name": "background",
"inheritFrom": "default", "inheritFrom": "default",
"backgroundColor": "background", "backgroundColor": "background",
@ -2678,6 +2690,22 @@
"borderSize": "2", "borderSize": "2",
"borderRadius": "8", "borderRadius": "8",
"borderColor": "drop_down_list_border" "borderColor": "drop_down_list_border"
},
{
"name": "roller_widget",
"inheritFrom": "default"
},
{
"name": "roller_widget_selected_value",
"inheritFrom": "default",
"borderSize": "2",
"borderRadius": "4",
"borderColor": "#c0c0c0"
},
{
"name": "roller_widget_unselected_value",
"inheritFrom": "default",
"color": "#808080"
} }
], ],
"fonts": [ "fonts": [

Loading…
Cancel
Save