gtk: fix properties on close confirmation text view

This commit is contained in:
Jeffrey C. Ollie
2025-02-24 12:52:30 -06:00
parent 3f847de964
commit c6b049b12b
9 changed files with 81 additions and 9 deletions

View File

@ -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;
}
};
}

View File

@ -20,7 +20,15 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<property name="width-request">500</property>
<property name="height-request">250</property>
<child>
<object class="GtkTextView" id="text_view"></object>
<object class="GtkTextView" id="text_view">
<property name="cursor-visible">false</property>
<property name="editable">false</property>
<property name="monospace">true</property>
<property name="top-margin">8</property>
<property name="left-margin">8</property>
<property name="bottom-margin">8</property>
<property name="right-margin">8</property>
</object>
</child>
</object>
</property>

View File

@ -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;
}
};
}

View File

@ -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;
}
};
}

View File

@ -20,7 +20,15 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<property name="width-request">500</property>
<property name="height-request">250</property>
<child>
<object class="GtkTextView" id="text_view"></object>
<object class="GtkTextView" id="text_view">
<property name="cursor-visible">false</property>
<property name="editable">false</property>
<property name="monospace">true</property>
<property name="top-margin">8</property>
<property name="left-margin">8</property>
<property name="bottom-margin">8</property>
<property name="right-margin">8</property>
</object>
</child>
</object>
</property>

View File

@ -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;
}
};
}

View File

@ -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;
}
};
}

View File

@ -20,7 +20,15 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<property name="width-request">500</property>
<property name="height-request">250</property>
<child>
<object class="GtkTextView" id="text_view"></object>
<object class="GtkTextView" id="text_view">
<property name="cursor-visible">false</property>
<property name="editable">false</property>
<property name="monospace">true</property>
<property name="top-margin">8</property>
<property name="left-margin">8</property>
<property name="bottom-margin">8</property>
<property name="right-margin">8</property>
</object>
</child>
</object>
</property>

View File

@ -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;
}
};
}