Skip to content

Commit

Permalink
Has frame property
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Feb 28, 2024
1 parent 33d1434 commit 88ee53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/DisplayWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ public class Display.DisplayWidget : Gtk.Box {
virtual_monitor.get_current_mode_size (out real_width, out real_height);

primary_image = new Gtk.Button.from_icon_name ("non-starred-symbolic") {
has_frame = false,
halign = START,
valign = START
};
primary_image.add_css_class (Granite.STYLE_CLASS_FLAT);
primary_image.clicked.connect (() => set_as_primary ());

var virtual_monitor_name = virtual_monitor.get_display_name ();
Expand Down

0 comments on commit 88ee53d

Please sign in to comment.