Skip to content

Commit

Permalink
control-box: Use symbolic icons for the volume button
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome-mpv committed Jan 3, 2025
1 parent aecc0f3 commit 3bc705b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/celluloid-control-box.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,10 +683,10 @@ celluloid_control_box_init(CelluloidControlBox *box)
GtkWidget *popup = NULL;
GtkAdjustment *adjustment = NULL;
const gchar *volume_icons[] =
{ "audio-volume-muted",
"audio-volume-high",
"audio-volume-low",
"audio-volume-medium",
{ "audio-volume-muted-symbolic",
"audio-volume-high-symbolic",
"audio-volume-low-symbolic",
"audio-volume-medium-symbolic",
NULL };

box->clamp = adw_clamp_new();
Expand Down

0 comments on commit 3bc705b

Please sign in to comment.