Add default decoration
This commit is contained in:
		
							parent
							
								
									4712f91854
								
							
						
					
					
						commit
						dbaf2fadae
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -49,6 +49,7 @@ namespace Webpin.Windows {
 | 
				
			||||||
            var headerbar = new Gtk.HeaderBar ();
 | 
					            var headerbar = new Gtk.HeaderBar ();
 | 
				
			||||||
            headerbar.title = desktop_file.name;
 | 
					            headerbar.title = desktop_file.name;
 | 
				
			||||||
            headerbar.show_close_button = true;
 | 
					            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);
 | 
					            var copy_url = new Gtk.Button.from_icon_name ("insert-link-symbolic", Gtk.IconSize.MENU);
 | 
				
			||||||
            copy_url.tooltip_text = _ ("Copy URL into clipboard");
 | 
					            copy_url.tooltip_text = _ ("Copy URL into clipboard");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue