Commit 63b9f17d authored by Chinmay Garde's avatar Chinmay Garde

Merge pull request #550 from eseidel/patch-2

Remove non-working Height setting
parents db24db4b 44b2c778
......@@ -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