Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit c1d854a

Browse files
committed
assign icon name to preferences window
1 parent 5b8192b commit c1d854a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/preferencesWindow.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public class PreferencesWindow : GLib.Object {
6767
var builder = new Gtk.Builder.from_file(Paths.ui_files + "/preferences.ui");
6868

6969
this.window = builder.get_object("window") as Gtk.Window;
70+
this.window.icon_name = "gnome-pie";
7071
this.window.add_events(Gdk.EventMask.BUTTON_RELEASE_MASK |
7172
Gdk.EventMask.KEY_RELEASE_MASK |
7273
Gdk.EventMask.KEY_PRESS_MASK |

0 commit comments

Comments
 (0)