Philipp Hörist pushed to branch master at gajim / gajim

Commits:
8b8ffae8 by Sebastian Wagner at 2018-02-13T20:49:48+01:00
Join Groupchat Dialog use_underline for headerbar Join button mnemonic

https://valadoc.org/gtk+-3.0/Gtk.Button.set_use_underline.html

- - - - -


1 changed file:

- gajim/data/gui/join_groupchat_window.ui


Changes:

=====================================
gajim/data/gui/join_groupchat_window.ui
=====================================
--- a/gajim/data/gui/join_groupchat_window.ui
+++ b/gajim/data/gui/join_groupchat_window.ui
@@ -322,9 +322,10 @@
     </child>
     <child>
       <object class="GtkButton">
-        <property name="label" translatable="yes">Join</property>
+        <property name="label" translatable="yes">_Join</property>
         <property name="visible">True</property>
         <property name="can_focus">True</property>
+        <property name="use_underline">True</property>
         <property name="receives_default">True</property>
         <signal name="clicked" handler="_on_join_clicked" swapped="no"/>
         <style>



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/8b8ffae89a0c5a50bbc923232fb456c1a9a7ded2

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/8b8ffae89a0c5a50bbc923232fb456c1a9a7ded2
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to