Change floating mode icon

Floating mode now works entirely different then before (only controls gets hidden/revealed with animation). Change the used icon to better match this new behaviour.
This commit is contained in:
Rafał Dzięgiel
2021-02-13 18:57:30 +01:00
parent 662517163b
commit 892e8b55f3

View File

@@ -35,7 +35,7 @@ class ClapperHeaderBarBase extends Gtk.HeaderBar
buttonsBox.add_css_class('linked'); buttonsBox.add_css_class('linked');
const floatButton = new Gtk.Button({ const floatButton = new Gtk.Button({
icon_name: 'preferences-desktop-remote-desktop-symbolic', icon_name: 'go-bottom-symbolic',
}); });
floatButton.add_css_class('circular'); floatButton.add_css_class('circular');
floatButton.connect('clicked', this._onFloatButtonClicked.bind(this)); floatButton.connect('clicked', this._onFloatButtonClicked.bind(this));