places view: Remvoe some unused style classes
These style classes were not used in Adwaita, and didn't make any difference for the appearance.
This commit is contained in:
parent
efc7dfd7a7
commit
527df17ea3
@ -134,9 +134,6 @@
|
|||||||
<signal name="row-activated" handler="on_listbox_row_activated" object="GtkPlacesView" swapped="yes"/>
|
<signal name="row-activated" handler="on_listbox_row_activated" object="GtkPlacesView" swapped="yes"/>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<style>
|
|
||||||
<class name="view"/>
|
|
||||||
</style>
|
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
@ -5,9 +5,6 @@
|
|||||||
<property name="width_request">100</property>
|
<property name="width_request">100</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<style>
|
|
||||||
<class name="volume-row"/>
|
|
||||||
</style>
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkEventBox" id="event_box">
|
<object class="GtkEventBox" id="event_box">
|
||||||
<property name="visible">1</property>
|
<property name="visible">1</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user