talkatu/talkatu

58f4316e5aa2
Parents ec02908012f0
Children 5df636c0fe86
Tweak some things in the attachment dialog's glade file
--- a/talkatu/data/attachmentdialog.ui Sat Jan 25 10:01:32 2020 -0600
+++ b/talkatu/data/attachmentdialog.ui Sat Jan 25 15:20:19 2020 -0600
@@ -37,7 +37,10 @@
<property name="label" translatable="yes">Upload</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
<property name="receives_default">True</property>
+ <accelerator key="Return" signal="clicked"/>
</object>
<packing>
<property name="expand">True</property>
@@ -82,6 +85,7 @@
<object class="GtkEntry" id="comment">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="has_focus">True</property>
<property name="placeholder_text" translatable="yes">Comment (optional)</property>
</object>
<packing>
@@ -94,7 +98,7 @@
</child>
<action-widgets>
<action-widget response="-6">cancel</action-widget>
- <action-widget response="-5">upload</action-widget>
+ <action-widget response="-3">upload</action-widget>
</action-widgets>
</template>
</interface>