소스 검색

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 4 달 전
부모
커밋
5a1a6ffc8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 \