mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #550 from eseidel/patch-2
Remove non-working Height setting
This commit is contained in:
commit
63b9f17d97
@ -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)
|
||||
]
|
||||
),
|
||||
)
|
||||
])
|
||||
)
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user