Skip to content

Commit

Permalink
fix(MediaViewer): zoom buttons showing on some videos
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed May 14, 2023
1 parent a6102ec commit 6e96c30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Views/MediaViewer.vala
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@ public class Tuba.Views.MediaViewer : Gtk.Box {
var zoom_btns = new Gtk.Box(Gtk.Orientation.HORIZONTAL, 12) {
valign = Gtk.Align.END,
halign = Gtk.Align.END,
hexpand = true
hexpand = true,
visible = false
};

var prev_btn = new Gtk.Button.from_icon_name("go-previous-symbolic") {
Expand Down

0 comments on commit 6e96c30

Please sign in to comment.