Browse Source

harbour: Fix news folder view dropdownbutton margin

pull/23/head
jld3103 2 years ago
parent
commit
6f695267b3
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      packages/harbour/lib/src/apps/news/widgets/folder_view.dart

2
packages/harbour/lib/src/apps/news/widgets/folder_view.dart

@ -22,7 +22,7 @@ class _NewsFolderViewState extends State<NewsFolderView> {
Widget build(final BuildContext context) => Column(
children: [
Container(
margin: const EdgeInsets.all(10),
margin: const EdgeInsets.symmetric(horizontal: 15),
child: DropdownButton<DefaultFolderViewType>(
isExpanded: true,
value: _viewType,

Loading…
Cancel
Save