From c6b049b12b0493f0af95b591d36b42cbdce613ea Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 24 Feb 2025 12:52:30 -0600 Subject: [PATCH] gtk: fix properties on close confirmation text view --- src/apprt/gtk/ui/ccw-osc-52-read-12.blp | 10 +++++++++- src/apprt/gtk/ui/ccw-osc-52-read-12.ui | 10 +++++++++- src/apprt/gtk/ui/ccw-osc-52-read-15.blp | 10 +++++++++- src/apprt/gtk/ui/ccw-osc-52-write-12.blp | 10 +++++++++- src/apprt/gtk/ui/ccw-osc-52-write-12.ui | 10 +++++++++- src/apprt/gtk/ui/ccw-osc-52-write-15.blp | 10 +++++++++- src/apprt/gtk/ui/ccw-paste-12.blp | 10 +++++++++- src/apprt/gtk/ui/ccw-paste-12.ui | 10 +++++++++- src/apprt/gtk/ui/ccw-paste-15.blp | 10 +++++++++- 9 files changed, 81 insertions(+), 9 deletions(-) diff --git a/src/apprt/gtk/ui/ccw-osc-52-read-12.blp b/src/apprt/gtk/ui/ccw-osc-52-read-12.blp index a2ee10e34..eafa92e1b 100644 --- a/src/apprt/gtk/ui/ccw-osc-52-read-12.blp +++ b/src/apprt/gtk/ui/ccw-osc-52-read-12.blp @@ -18,6 +18,14 @@ Adw.MessageDialog clipboard_confirmation_window { width-request: 500; height-request: 250; - TextView text_view {} + TextView text_view { + cursor-visible: false; + editable: false; + monospace: true; + top-margin: 8; + left-margin: 8; + bottom-margin: 8; + right-margin: 8; + } }; } diff --git a/src/apprt/gtk/ui/ccw-osc-52-read-12.ui b/src/apprt/gtk/ui/ccw-osc-52-read-12.ui index 3d8743221..9c89835a0 100644 --- a/src/apprt/gtk/ui/ccw-osc-52-read-12.ui +++ b/src/apprt/gtk/ui/ccw-osc-52-read-12.ui @@ -20,7 +20,15 @@ corresponding .blp file and regenerate this file with blueprint-compiler. 500 250 - + + false + false + true + 8 + 8 + 8 + 8 + diff --git a/src/apprt/gtk/ui/ccw-osc-52-read-15.blp b/src/apprt/gtk/ui/ccw-osc-52-read-15.blp index a1230b9c6..3319bc597 100644 --- a/src/apprt/gtk/ui/ccw-osc-52-read-15.blp +++ b/src/apprt/gtk/ui/ccw-osc-52-read-15.blp @@ -18,6 +18,14 @@ Adw.AlertDialog clipboard_confirmation_window { width-request: 500; height-request: 250; - TextView text_view {} + TextView text_view { + cursor-visible: false; + editable: false; + monospace: true; + top-margin: 8; + left-margin: 8; + bottom-margin: 8; + right-margin: 8; + } }; } diff --git a/src/apprt/gtk/ui/ccw-osc-52-write-12.blp b/src/apprt/gtk/ui/ccw-osc-52-write-12.blp index 97368cc21..ecd58929b 100644 --- a/src/apprt/gtk/ui/ccw-osc-52-write-12.blp +++ b/src/apprt/gtk/ui/ccw-osc-52-write-12.blp @@ -18,6 +18,14 @@ Adw.MessageDialog clipboard_confirmation_window { width-request: 500; height-request: 250; - TextView text_view {} + TextView text_view { + cursor-visible: false; + editable: false; + monospace: true; + top-margin: 8; + left-margin: 8; + bottom-margin: 8; + right-margin: 8; + } }; } diff --git a/src/apprt/gtk/ui/ccw-osc-52-write-12.ui b/src/apprt/gtk/ui/ccw-osc-52-write-12.ui index 3febbd558..a8904de0d 100644 --- a/src/apprt/gtk/ui/ccw-osc-52-write-12.ui +++ b/src/apprt/gtk/ui/ccw-osc-52-write-12.ui @@ -20,7 +20,15 @@ corresponding .blp file and regenerate this file with blueprint-compiler. 500 250 - + + false + false + true + 8 + 8 + 8 + 8 + diff --git a/src/apprt/gtk/ui/ccw-osc-52-write-15.blp b/src/apprt/gtk/ui/ccw-osc-52-write-15.blp index df36b9153..8372f0ccb 100644 --- a/src/apprt/gtk/ui/ccw-osc-52-write-15.blp +++ b/src/apprt/gtk/ui/ccw-osc-52-write-15.blp @@ -18,6 +18,14 @@ Adw.AlertDialog clipboard_confirmation_window { width-request: 500; height-request: 250; - TextView text_view {} + TextView text_view { + cursor-visible: false; + editable: false; + monospace: true; + top-margin: 8; + left-margin: 8; + bottom-margin: 8; + right-margin: 8; + } }; } diff --git a/src/apprt/gtk/ui/ccw-paste-12.blp b/src/apprt/gtk/ui/ccw-paste-12.blp index 3a530f56d..916860368 100644 --- a/src/apprt/gtk/ui/ccw-paste-12.blp +++ b/src/apprt/gtk/ui/ccw-paste-12.blp @@ -18,6 +18,14 @@ Adw.MessageDialog clipboard_confirmation_window { width-request: 500; height-request: 250; - TextView text_view {} + TextView text_view { + cursor-visible: false; + editable: false; + monospace: true; + top-margin: 8; + left-margin: 8; + bottom-margin: 8; + right-margin: 8; + } }; } diff --git a/src/apprt/gtk/ui/ccw-paste-12.ui b/src/apprt/gtk/ui/ccw-paste-12.ui index e2f852f7f..33e75b3e8 100644 --- a/src/apprt/gtk/ui/ccw-paste-12.ui +++ b/src/apprt/gtk/ui/ccw-paste-12.ui @@ -20,7 +20,15 @@ corresponding .blp file and regenerate this file with blueprint-compiler. 500 250 - + + false + false + true + 8 + 8 + 8 + 8 + diff --git a/src/apprt/gtk/ui/ccw-paste-15.blp b/src/apprt/gtk/ui/ccw-paste-15.blp index 8703071a6..57aaabfd1 100644 --- a/src/apprt/gtk/ui/ccw-paste-15.blp +++ b/src/apprt/gtk/ui/ccw-paste-15.blp @@ -18,6 +18,14 @@ Adw.AlertDialog clipboard_confirmation_window { width-request: 500; height-request: 250; - TextView text_view {} + TextView text_view { + cursor-visible: false; + editable: false; + monospace: true; + top-margin: 8; + left-margin: 8; + bottom-margin: 8; + right-margin: 8; + } }; }