forked from AuroraMiddleware/gtk
widget-factory: Fix caption style class name
It's lowercase.
This commit is contained in:
parent
a7befc647e
commit
2abee57421
@ -1145,7 +1145,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="label">Caption</property>
|
||||
<style><class name="Caption"/></style>
|
||||
<style><class name="caption"/></style>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user