Procházet zdrojové kódy

Change focused field to paper size

When defaulting to destination folder, any (accidental) keyboard presses
would mess things up. Changed to paper size as the main thing that we
often want to change, not that this has any real impact when the dialog
is operated via touchscreen.
cinaeco před 4 měsíci
rodič
revize
5a1a6ffc8d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      scan-dialog

+ 1 - 1
scan-dialog

@@ -112,7 +112,7 @@ function run_scan {
 export -f run_scan # Make function available to yad button command.
 
 # Display scan-dialog.
-yad --form --orient=hor --maximized --width=750 --height=250 --columns=3 \
+yad --form --orient=hor --maximized --width=750 --height=250 --columns=3 --focus-field=5 \
   --title="Scanning Options" \
   --field="Scan Folder:SFL" /mnt/public/scans \
   --field="Filename Prefix:SFL" scan \