提交 fd6f97b1 编写于 作者: C Chinmay Garde

Merge pull request #550 from eseidel/patch-2

Remove non-working Height setting
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册