mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Fix enter fullscreen and popover buttons
This commit is contained in:
@@ -220,15 +220,14 @@ class ClapperRevealerBottom extends CustomRevealer
|
||||
this.revealerBox.add_css_class('osd');
|
||||
|
||||
this.set_child(this.revealerBox);
|
||||
//this.revealerBox.show_all();
|
||||
}
|
||||
|
||||
addWidget(widget)
|
||||
append(widget)
|
||||
{
|
||||
this.revealerBox.pack_start(widget, false, true, 0);
|
||||
this.revealerBox.append(widget);
|
||||
}
|
||||
|
||||
removeWidget(widget)
|
||||
remove(widget)
|
||||
{
|
||||
this.revealerBox.remove(widget);
|
||||
}
|
||||
|
Reference in New Issue
Block a user