We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1149c04 commit b757b95Copy full SHA for b757b95
ui/src/main/java/io/snabble/sdk/ui/scanner/ProductConfirmationDialog.java
@@ -255,7 +255,7 @@ public void run() {
255
}
256
257
float density = context.getResources().getDisplayMetrics().density;
258
- window.setLayout(Math.round(336 * density), ViewGroup.LayoutParams.WRAP_CONTENT);
+ window.setLayout(Math.round(320 * density), ViewGroup.LayoutParams.WRAP_CONTENT);
259
260
261
private void updatePrice() {
0 commit comments