talkatu/talkatu

Set the editor send button to ignore 'show-all'

2022-03-22, Elliott Sales de Andrade
2c98b95bc23a
Parents c968fcbb5bb9
Children a7136566383a
Set the editor send button to ignore 'show-all'

We manage the visibility of this button using a separate property.

Testing Done:
Modified the demo to show-all the window and see that the button was not automatically enabled.

Reviewed at https://reviews.imfreedom.org/r/1362/
--- a/talkatu/data/editor.ui Sun Jan 30 19:34:02 2022 -0600
+++ b/talkatu/data/editor.ui Tue Mar 22 03:57:46 2022 -0500
@@ -77,6 +77,7 @@
<property name="label" translatable="yes">Send</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="no_show_all">True</property>
<signal name="clicked" handler="talkatu_editor_send_button_clicked_cb" object="TalkatuEditor" swapped="no"/>
</object>
<packing>