mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
Fix a css change testcase
The ui file here was invalid, leading to nonsensical results.
This commit is contained in:
parent
a5530caec3
commit
eff129323f
@ -1,6 +1,8 @@
|
||||
window.background:dir(ltr)
|
||||
decoration:dir(ltr)
|
||||
grid.horizontal:dir(ltr)
|
||||
label:dir(ltr) name|sibling-name|parent-name|parent-sibling-name
|
||||
box.horizontal:dir(ltr)
|
||||
label:dir(ltr) name|sibling-name|parent-name|parent-sibling-name
|
||||
button:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
|
@ -12,7 +12,11 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
|
Loading…
Reference in New Issue
Block a user