1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 03:25:31 +00:00

Merge branch 'symbolic-switcher-icons' into 'master'

Switcher: symbolic icons, label capitalization

See merge request Librem5/calls!51
This commit is contained in:
Bob Ham 2019-07-09 10:04:56 +00:00
commit d8cf2be9c6
3 changed files with 4 additions and 4 deletions

View file

@ -246,7 +246,7 @@ constructed (GObject *object)
/* Add new call box */
new_call_box = calls_new_call_box_new (self->provider);
gtk_stack_add_titled (self->main_stack, GTK_WIDGET (new_call_box),
"dial-pad", _("Dial pad"));
"dial-pad", _("Dial Pad"));
gtk_container_child_set (GTK_CONTAINER (self->main_stack),
GTK_WIDGET (new_call_box),
"icon-name", "input-dialpad-symbolic",

View file

@ -267,7 +267,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_bottom">4</property>
<property name="label" translatable="yes">Dial pad</property>
<property name="label" translatable="yes">Dial Pad</property>
</object>
</child>
</object>

View file

@ -84,7 +84,7 @@
<packing>
<property name="name">recent</property>
<property name="title" translatable="yes">Recent</property>
<property name="icon_name">document-open-recent</property>
<property name="icon_name">document-open-recent-symbolic</property>
</packing>
</child>
<child>
@ -95,7 +95,7 @@
<packing>
<property name="name">contacts</property>
<property name="title" translatable="yes">Contacts</property>
<property name="icon_name">system-users</property>
<property name="icon_name">system-users-symbolic</property>
</packing>
</child>
</object>