gtk2/gtk/ui/gtktooltipwindow.ui
nana-4 9b42edbef4 tooltip: Replace hard-coded margins with theme
So we can easily adjust the widget sizing in the theme.
2020-08-15 22:46:31 +09:00

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>