mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
icon-browser: use content-view
- make content prominent by using content-view style for the main grid.
This commit is contained in:
parent
8eab10dabf
commit
7dd819dffc
@ -132,6 +132,9 @@
|
||||
<property name="hscrollbar-policy">never</property>
|
||||
<child>
|
||||
<object class="GtkGridView" id="list">
|
||||
<style>
|
||||
<class name="content-view"/>
|
||||
</style>
|
||||
<signal name="activate" handler="item_activated"/>
|
||||
<property name="single-click-activate">1</property>
|
||||
<property name="model">
|
||||
|
Loading…
Reference in New Issue
Block a user