We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac62612 commit 252a72cCopy full SHA for 252a72c
src/gtk/imagewindow.ui
@@ -256,6 +256,16 @@
256
<property name="hexpand">true</property>
257
<property name="vexpand">true</property>
258
259
+ <child>
260
+ <object class="GtkImage">
261
+ <property name="hexpand">true</property>
262
+ <property name="vexpand">true</property>
263
+ <property name="opacity">0.3</property>
264
+ <property name="resource">/org/libvips/vipsdisp/lion.svg</property>
265
+ </object>
266
+ </child>
267
+
268
269
<!-- Imageui go in here -->
270
</object>
271
</child>
src/gtk/lion.svg
src/gtk/vipsdisp.gresources.xml
@@ -14,5 +14,7 @@
14
<file>imagedisplay.css</file>
15
<file>saveoptions.css</file>
16
<file>properties.css</file>
17
18
+ <file>lion.svg</file>
19
</gresource>
20
</gresources>
0 commit comments