Skip to content

Commit

Permalink
fixes review/14
Browse files Browse the repository at this point in the history
  • Loading branch information
D3bi7 committed Jul 15, 2024
1 parent eeceb7a commit cb80803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/barcodes_panel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class BarcodesPanelState extends State<BarcodesPanel> {
_dropdownField(),
const SizedBox(width: _Constants.fieldSpacing),
Padding(
padding: const EdgeInsets.only(top: _Constants.topPadding),
padding: const EdgeInsets.only(bottom: _Constants.bottomPadding),
child: ElevatedButton(
onPressed: _handleAddBarcode,
child: const Text('Dodaj kod kreskowy'),
Expand All @@ -139,5 +139,5 @@ class BarcodesPanelState extends State<BarcodesPanel> {
class _Constants {
static const double errorHeight = 20.0;
static const double fieldSpacing = 10.0;
static const double topPadding = 20.0;
static const double bottomPadding = 20.0;
}

0 comments on commit cb80803

Please sign in to comment.