inspector: Remove window icon

The property does not exist anymore and the window icon has never been
used on non-x11 backends.
This commit is contained in:
Timm Bäder 2019-02-05 15:14:19 +01:00
parent 1674b6e269
commit 9d950087ef

View File

@ -10,7 +10,6 @@
<template class="GtkInspectorWindow" parent="GtkWindow">
<property name="default-height">500</property>
<property name="default-width">800</property>
<property name="icon">resource:///org/gtk/libgtk/inspector/logo.png</property>
<child type="titlebar">
<object class="GtkHeaderBar">
<property name="show-title-buttons">1</property>