mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 13:25:40 +00:00 
			
		
		
		
	Tweak barcode overlay
This commit is contained in:
		| @@ -185,7 +185,12 @@ class _CameraBarcodeControllerState extends InvenTreeBarcodeControllerState { | ||||
|       child: Align( | ||||
|         alignment: Alignment.topCenter, | ||||
|         child: Padding( | ||||
|           padding: EdgeInsets.all(10), | ||||
|           padding: EdgeInsets.only( | ||||
|             left: 10, | ||||
|             right: 10, | ||||
|             top: 75, | ||||
|             bottom: 10 | ||||
|           ), | ||||
|           child: Text( | ||||
|             widget.handler.getOverlayText(context), | ||||
|             style: TextStyle( | ||||
| @@ -213,7 +218,12 @@ class _CameraBarcodeControllerState extends InvenTreeBarcodeControllerState { | ||||
|       child: Align( | ||||
|         alignment: Alignment.bottomCenter, | ||||
|         child: Padding( | ||||
|           padding: EdgeInsets.all(10), | ||||
|           padding: EdgeInsets.only( | ||||
|             left: 10, | ||||
|             right: 10, | ||||
|             top: 10, | ||||
|             bottom: 75 | ||||
|           ), | ||||
|           child: Text( | ||||
|               text, | ||||
|               textAlign: TextAlign.center, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user