inspector: Set a window icon

This commit is contained in:
Matthias Clasen 2014-05-15 22:53:23 -04:00
parent fa80bb2324
commit ee06b932d3
3 changed files with 2 additions and 0 deletions

View File

@ -14,5 +14,6 @@
<file>visual.ui</file>
<file>widget-tree.ui</file>
<file>window.ui</file>
<file>logo.png</file>
</gresource>
</gresources>

BIN
gtk/inspector/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -18,6 +18,7 @@
<template class="GtkInspectorWindow" parent="GtkWindow">
<property name="default-height">500</property>
<property name="default-width">1000</property>
<property name="icon">resource:///org/gtk/inspector/logo.png</property>
<child type="titlebar">
<object class="GtkHeaderBar">
<property name="visible">True</property>