Commit 44b2c778 authored by Eric Seidel's avatar Eric Seidel

Remove non-working Height setting

Fixes https://github.com/domokit/sky_engine/issues/547

@collinjackson
parent 15e1e264
......@@ -43,15 +43,7 @@ class SettingsFragment extends Component {
new Flexible(child: new Text('Back up data to the cloud')),
new Switch(value: backup == BackupMode.enabled, onChanged: _handleBackupChanged)
]
),
new DrawerItem(
children: [
new Flex([
new Text('Height'),
new Text("6'2\"", style: Theme.of(this).text.caption),
], direction: FlexDirection.vertical, alignItems: FlexAlignItems.start)
]
),
)
])
)
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment