@@ -231,7 +231,7 @@ ApplicationWindow {
231
231
id: widthField
232
232
233
233
implicitWidth: parent .width
234
- implicitHeight: parent .height / 10
234
+ implicitHeight: parent .height / 13
235
235
236
236
placeholderText: " Current width: " + barcodeGenerator .width
237
237
@@ -249,7 +249,7 @@ ApplicationWindow {
249
249
id: heightField
250
250
251
251
implicitWidth: parent .width
252
- implicitHeight: parent .height / 10
252
+ implicitHeight: parent .height / 13
253
253
254
254
placeholderText: " Current height: " + barcodeGenerator .height
255
255
@@ -267,7 +267,7 @@ ApplicationWindow {
267
267
id: marginField
268
268
269
269
implicitWidth: parent .width
270
- implicitHeight: parent .height / 10
270
+ implicitHeight: parent .height / 13
271
271
272
272
placeholderText: " Current margin: " + barcodeGenerator .margin
273
273
@@ -285,7 +285,7 @@ ApplicationWindow {
285
285
id: eccLevelField
286
286
287
287
implicitWidth: parent .width
288
- implicitHeight: parent .height / 10
288
+ implicitHeight: parent .height / 13
289
289
290
290
placeholderText: " Current ECC Level: " + barcodeGenerator .eccLevel
291
291
@@ -298,7 +298,7 @@ ApplicationWindow {
298
298
id: foregroundColorField
299
299
300
300
implicitWidth: parent .width
301
- implicitHeight: parent .height / 10
301
+ implicitHeight: parent .height / 13
302
302
303
303
placeholderText: " Current foreground color: " + barcodeGenerator .foregroundColor
304
304
@@ -315,7 +315,7 @@ ApplicationWindow {
315
315
id: backgroundColorField
316
316
317
317
implicitWidth: parent .width
318
- implicitHeight: parent .height / 10
318
+ implicitHeight: parent .height / 13
319
319
320
320
placeholderText: " Current background color: " + barcodeGenerator .backgroundColor
321
321
@@ -332,7 +332,7 @@ ApplicationWindow {
332
332
id: formatDropDown
333
333
334
334
implicitWidth: parent .width
335
- implicitHeight: parent .height / 10
335
+ implicitHeight: parent .height / 13
336
336
337
337
model: ListModel {
338
338
id: formats
@@ -389,7 +389,7 @@ ApplicationWindow {
389
389
id: imageFormat
390
390
391
391
implicitWidth: parent .width
392
- implicitHeight: parent .height / 10
392
+ implicitHeight: parent .height / 13
393
393
394
394
model: ListModel {
395
395
id: extensions
@@ -413,7 +413,7 @@ ApplicationWindow {
413
413
text: qsTr (barcodeGenerator .fileName )
414
414
415
415
implicitWidth: parent .width
416
- implicitHeight: parent .height / 10
416
+ implicitHeight: parent .height / 13
417
417
418
418
onEditingFinished: {
419
419
barcodeGenerator .fileName = text
@@ -426,7 +426,7 @@ ApplicationWindow {
426
426
text: qsTr (barcodeGenerator .imagePath )
427
427
428
428
implicitWidth: parent .width
429
- implicitHeight: parent .height / 10
429
+ implicitHeight: parent .height / 13
430
430
431
431
placeholderText: " Current image path: " + barcodeGenerator .imagePath
432
432
@@ -441,7 +441,7 @@ ApplicationWindow {
441
441
text: qsTr (barcodeGenerator .centerImageRatio .toString ())
442
442
443
443
implicitWidth: parent .width
444
- implicitHeight: parent .height / 10
444
+ implicitHeight: parent .height / 13
445
445
446
446
placeholderText: " Current center image ratio: " + barcodeGenerator .centerImageRatio
447
447
0 commit comments