mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +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>
|
<property name="hscrollbar-policy">never</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkGridView" id="list">
|
<object class="GtkGridView" id="list">
|
||||||
|
<style>
|
||||||
|
<class name="content-view"/>
|
||||||
|
</style>
|
||||||
<signal name="activate" handler="item_activated"/>
|
<signal name="activate" handler="item_activated"/>
|
||||||
<property name="single-click-activate">1</property>
|
<property name="single-click-activate">1</property>
|
||||||
<property name="model">
|
<property name="model">
|
||||||
|
Loading…
Reference in New Issue
Block a user