Merge pull request #550 from eseidel/patch-2

Remove non-working Height setting
This commit is contained in:
Chinmay Garde 2015-08-10 22:31:42 -07:00
commit 63b9f17d97

View File

@ -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)
]
),
)
])
)
)