Merge pull request #65 from cassidyjames/default-decoration
Add default decoration
This commit is contained in:
commit
807a0079bf
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ namespace Webpin.Windows {
|
|||
var headerbar = new Gtk.HeaderBar ();
|
||||
headerbar.title = desktop_file.name;
|
||||
headerbar.show_close_button = true;
|
||||
headerbar.get_style_context ().add_class ("default-decoration");
|
||||
|
||||
var copy_url = new Gtk.Button.from_icon_name ("insert-link-symbolic", Gtk.IconSize.MENU);
|
||||
copy_url.tooltip_text = _ ("Copy URL into clipboard");
|
||||
|
|
Loading…
Reference in a new issue