forked from AuroraMiddleware/gtk
9b42edbef4
So we can easily adjust the widget sizing in the theme.
23 lines
599 B
XML
23 lines
599 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface domain="gtk40">
|
|
<template class="GtkTooltipWindow" parent="GtkWidget">
|
|
<style>
|
|
<class name="background"/>
|
|
</style>
|
|
<child>
|
|
<object class="GtkBox" id="box">
|
|
<child>
|
|
<object class="GtkImage" id="image">
|
|
<property name="icon-name">image-missing</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label">
|
|
<property name="wrap">1</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|