Skip to content

Commit

Permalink
Fix nametag print layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Sep 7, 2023
1 parent cca7eb4 commit 242de9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/printScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ class _PrintPageState extends State<PrintPage> {
appBar: AppBar(
title: Text('명찰 출력'),
),
body: Row(
body: Column(
children: [
Column(
Text(printStatus),
Row(
children: [
Text(printStatus),
SizedBox(
width: 550.0,
height: 500.0,
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ parts:
plugin: python
source: ./usbserver
python-requirements:
- usbserver/requirements.txt
- requirements.txt
build-packages:
- build-essential
override-build: |
Expand Down

0 comments on commit 242de9b

Please sign in to comment.