We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e954cc commit 4e1e105Copy full SHA for 4e1e105
1 file changed
apps/devindex/view/home/ControlsContainer.mjs
@@ -85,7 +85,11 @@ class ControlsContainer extends Container {
85
listeners : {change: 'onFilterChange'},
86
name : 'bio',
87
style : {marginTop: '.3em'},
88
- width : 200
+ width : 200
89
+ }, {
90
+ ntype: 'label',
91
+ style: {marginTop: '1em'},
92
+ text : 'Data Mode'
93
}, {
94
module : Radio,
95
checked : true,
@@ -95,7 +99,6 @@ class ControlsContainer extends Container {
99
labelText : '',
96
100
listeners : {change: 'onDataModeChange'},
97
101
name : 'dataMode',
98
- style : {marginTop: '1em'},
102
valueLabel : 'Total Contributions',
103
width : 200
104
0 commit comments