mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
4d92835997
Checks shorthands are properly unpacked in the CSS and that they indeed set all relevant properties. Or at least border-width does.
16 lines
484 B
XML
16 lines
484 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkEntry" id="entry1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="name">reference</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|