info: Use 'content' style for listboxes
Which results in rounded corners for the list box, which matches the latest design.
This commit is contained in:
parent
3bf6ea7794
commit
8318d94e2f
2 changed files with 3 additions and 5 deletions
|
@ -915,8 +915,6 @@ static void
|
||||||
cc_info_overview_panel_init (CcInfoOverviewPanel *self)
|
cc_info_overview_panel_init (CcInfoOverviewPanel *self)
|
||||||
{
|
{
|
||||||
gtk_widget_init_template (GTK_WIDGET (self));
|
gtk_widget_init_template (GTK_WIDGET (self));
|
||||||
gtk_list_box_set_header_func (self->hardware_box, cc_list_box_update_header_func, NULL, NULL);
|
|
||||||
gtk_list_box_set_header_func (self->os_box, cc_list_box_update_header_func, NULL, NULL);
|
|
||||||
|
|
||||||
g_resources_register (cc_info_overview_get_resource ());
|
g_resources_register (cc_info_overview_get_resource ());
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
<property name="selection-mode">none</property>
|
<property name="selection-mode">none</property>
|
||||||
<signal name="row-activated" handler="cc_info_panel_row_activated_cb" swapped="yes"/>
|
<signal name="row-activated" handler="cc_info_panel_row_activated_cb" swapped="yes"/>
|
||||||
<style>
|
<style>
|
||||||
<class name="frame" />
|
<class name="content" />
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Device name -->
|
<!-- Device name -->
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="selection-mode">none</property>
|
<property name="selection-mode">none</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="frame" />
|
<class name="content" />
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Hardware Model -->
|
<!-- Hardware Model -->
|
||||||
|
@ -120,7 +120,7 @@
|
||||||
<property name="selection-mode">none</property>
|
<property name="selection-mode">none</property>
|
||||||
<signal name="row-activated" handler="cc_info_panel_row_activated_cb" swapped="yes"/>
|
<signal name="row-activated" handler="cc_info_panel_row_activated_cb" swapped="yes"/>
|
||||||
<style>
|
<style>
|
||||||
<class name="frame" />
|
<class name="content" />
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- OS Name -->
|
<!-- OS Name -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue