mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
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:
@@ -35,7 +35,7 @@ class ClapperHeaderBarBase extends Gtk.HeaderBar
|
||||
buttonsBox.add_css_class('linked');
|
||||
|
||||
const floatButton = new Gtk.Button({
|
||||
icon_name: 'preferences-desktop-remote-desktop-symbolic',
|
||||
icon_name: 'go-bottom-symbolic',
|
||||
});
|
||||
floatButton.add_css_class('circular');
|
||||
floatButton.connect('clicked', this._onFloatButtonClicked.bind(this));
|
||||
|
Reference in New Issue
Block a user