mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 18:37:37 +00:00
call buttons: Add .flat CSS class
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/727>
This commit is contained in:
parent
05dc7c24ef
commit
bb4d92f920
2 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,7 @@ insert_phonenumber (CallsContactsRow *self,
|
|||
gtk_actionable_set_action_name (GTK_ACTIONABLE (button), "app.dial");
|
||||
gtk_actionable_set_action_target (GTK_ACTIONABLE (button), "s", number, NULL);
|
||||
gtk_widget_set_visible (button, TRUE);
|
||||
gtk_widget_add_css_class (button, "flat");
|
||||
gtk_grid_attach_next_to (GTK_GRID (self->grid),
|
||||
button,
|
||||
label,
|
||||
|
|
|
@ -53,6 +53,9 @@
|
|||
<property name="valign">center</property>
|
||||
<property name="tooltip-text">Call</property>
|
||||
<property name="icon-name">call-start-symbolic</property>
|
||||
<style>
|
||||
<class name="flat"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Reference in a new issue