panels: Use .boxed-list instead of .content

The `.content` style class is deprecated in favor
of the `.boxed-list` style class, which is named
after the design pattern it's used for.
This commit is contained in:
Christopher Davis 2021-12-16 12:52:44 -08:00
parent 8d5e16737f
commit 981a8cea7b
38 changed files with 70 additions and 70 deletions

View file

@ -92,7 +92,7 @@
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<signal name="row-activated" handler="permission_row_activated_cb" object="CcApplicationsPanel" swapped="yes"/> <signal name="row-activated" handler="permission_row_activated_cb" object="CcApplicationsPanel" swapped="yes"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="CcToggleRow" id="camera"> <object class="CcToggleRow" id="camera">
@ -193,7 +193,7 @@
<object class="GtkListBox" id="integration_list"> <object class="GtkListBox" id="integration_list">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="CcToggleRow" id="search"> <object class="CcToggleRow" id="search">
@ -303,7 +303,7 @@
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<signal name="row-activated" handler="handler_row_activated_cb" object="CcApplicationsPanel" swapped="yes"/> <signal name="row-activated" handler="handler_row_activated_cb" object="CcApplicationsPanel" swapped="yes"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
</object> </object>
</child> </child>
@ -347,7 +347,7 @@
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<signal name="row-activated" handler="storage_row_activated_cb" object="CcApplicationsPanel" swapped="yes"/> <signal name="row-activated" handler="storage_row_activated_cb" object="CcApplicationsPanel" swapped="yes"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="CcInfoRow" id="storage"> <object class="CcInfoRow" id="storage">
@ -483,7 +483,7 @@
<object class="GtkListBox" id="builtin_list"> <object class="GtkListBox" id="builtin_list">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
</object> </object>
</child> </child>
@ -518,7 +518,7 @@
<object class="GtkListBox" id="storage_list"> <object class="GtkListBox" id="storage_list">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="CcInfoRow" id="app"> <object class="CcInfoRow" id="app">

View file

@ -87,7 +87,7 @@
<object class="GtkListBox" id="camera_apps_list_box"> <object class="GtkListBox" id="camera_apps_list_box">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child type="placeholder"> <child type="placeholder">

View file

@ -451,7 +451,7 @@
<property name="activate-on-single-click">False</property> <property name="activate-on-single-click">False</property>
<property name="selection-mode">single</property> <property name="selection-mode">single</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
</object> </object>
</child> </child>

View file

@ -149,7 +149,7 @@
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<signal name="row-activated" handler="date_box_row_activated_cb" swapped="yes"/> <signal name="row-activated" handler="date_box_row_activated_cb" swapped="yes"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<!-- Year row --> <!-- Year row -->
@ -318,7 +318,7 @@
<signal name="row-activated" handler="list_box_row_activated" object="CcDateTimePanel" swapped="no"/> <signal name="row-activated" handler="list_box_row_activated" object="CcDateTimePanel" swapped="no"/>
<signal name="keynav-failed" handler="keynav_failed" object="CcDateTimePanel" swapped="no"/> <signal name="keynav-failed" handler="keynav_failed" object="CcDateTimePanel" swapped="no"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="AdwActionRow" id="auto_datetime_row"> <object class="AdwActionRow" id="auto_datetime_row">
@ -353,7 +353,7 @@
<signal name="row-activated" handler="list_box_row_activated" object="CcDateTimePanel" swapped="no"/> <signal name="row-activated" handler="list_box_row_activated" object="CcDateTimePanel" swapped="no"/>
<signal name="keynav-failed" handler="keynav_failed" object="CcDateTimePanel" swapped="no"/> <signal name="keynav-failed" handler="keynav_failed" object="CcDateTimePanel" swapped="no"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="AdwActionRow" id="auto_timezone_row"> <object class="AdwActionRow" id="auto_timezone_row">
@ -389,7 +389,7 @@
<signal name="row-activated" handler="list_box_row_activated" object="CcDateTimePanel" swapped="no"/> <signal name="row-activated" handler="list_box_row_activated" object="CcDateTimePanel" swapped="no"/>
<signal name="keynav-failed" handler="keynav_failed" object="CcDateTimePanel" swapped="no"/> <signal name="keynav-failed" handler="keynav_failed" object="CcDateTimePanel" swapped="no"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="AdwActionRow" id="timeformat_row"> <object class="AdwActionRow" id="timeformat_row">

View file

@ -42,7 +42,7 @@
<object class="GtkListBox" id="diagnostics_list_box"> <object class="GtkListBox" id="diagnostics_list_box">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="GtkListBoxRow"> <object class="GtkListBoxRow">

View file

@ -6,7 +6,7 @@
<object class="GtkListBox" id="listbox"> <object class="GtkListBox" id="listbox">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="AdwComboRow" id="orientation_row"> <object class="AdwComboRow" id="orientation_row">

View file

@ -68,7 +68,7 @@
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<!-- Night Light --> <!-- Night Light -->

View file

@ -29,7 +29,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="content" /> <class name="boxed-list" />
</style> </style>
<!-- Device name --> <!-- Device name -->
@ -48,7 +48,7 @@
<object class="GtkListBox" id="hardware_box"> <object class="GtkListBox" id="hardware_box">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<!-- Hardware Model --> <!-- Hardware Model -->
@ -101,7 +101,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="content" /> <class name="boxed-list" />
</style> </style>
<!-- OS Name --> <!-- OS Name -->

View file

@ -44,7 +44,7 @@
<signal name="row-activated" handler="on_input_sources_listbox_row_activated_cb" object="CcInputChooser" swapped="yes" /> <signal name="row-activated" handler="on_input_sources_listbox_row_activated_cb" object="CcInputChooser" swapped="yes" />
<signal name="selected-rows-changed" handler="on_input_sources_listbox_selected_rows_changed_cb" object="CcInputChooser" swapped="yes" /> <signal name="selected-rows-changed" handler="on_input_sources_listbox_selected_rows_changed_cb" object="CcInputChooser" swapped="yes" />
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
</object> </object>
</child> </child>

View file

@ -10,7 +10,7 @@
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<signal name="row_activated" handler="input_row_activated_cb" object="CcInputListBox" swapped="yes"/> <signal name="row_activated" handler="input_row_activated_cb" object="CcInputListBox" swapped="yes"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="GtkListBoxRow" id="no_inputs_row"> <object class="GtkListBoxRow" id="no_inputs_row">

View file

@ -90,7 +90,7 @@
<object class="GtkListBox" id="input_source_list"> <object class="GtkListBox" id="input_source_list">
<property name="margin-bottom">20</property> <property name="margin-bottom">20</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="GtkListBoxRow"> <object class="GtkListBoxRow">
@ -166,7 +166,7 @@
<property name="margin-bottom">20</property> <property name="margin-bottom">20</property>
<signal name="row-activated" handler="special_chars_activated" object="CcKeyboardPanel" swapped="no" /> <signal name="row-activated" handler="special_chars_activated" object="CcKeyboardPanel" swapped="no" />
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="AdwActionRow" id="alt_chars_row"> <object class="AdwActionRow" id="alt_chars_row">
@ -222,7 +222,7 @@
<property name="width-request">250</property> <property name="width-request">250</property>
<signal name="row-activated" handler="keyboard_shortcuts_activated" object="CcKeyboardPanel" swapped="no" /> <signal name="row-activated" handler="keyboard_shortcuts_activated" object="CcKeyboardPanel" swapped="no" />
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="AdwActionRow" id="common_shortcuts_row"> <object class="AdwActionRow" id="common_shortcuts_row">

View file

@ -84,7 +84,7 @@
<property name="margin-end">12</property> <property name="margin-end">12</property>
<signal name="row-activated" handler="section_row_activated" object="CcKeyboardShortcutDialog" swapped="no" /> <signal name="row-activated" handler="section_row_activated" object="CcKeyboardShortcutDialog" swapped="no" />
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
</object> </object>
</child> </child>
@ -102,7 +102,7 @@
<object class="GtkListBox" id="shortcut_listbox"> <object class="GtkListBox" id="shortcut_listbox">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<signal name="row-activated" handler="shortcut_row_activated" object="CcKeyboardShortcutDialog" swapped="no" /> <signal name="row-activated" handler="shortcut_row_activated" object="CcKeyboardShortcutDialog" swapped="no" />
<child> <child>

View file

@ -30,7 +30,7 @@
<child> <child>
<object class="GtkListBox" id="switch_listbox"> <object class="GtkListBox" id="switch_listbox">
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="AdwActionRow" id="switch_row"> <object class="AdwActionRow" id="switch_row">
@ -50,7 +50,7 @@
<child> <child>
<object class="GtkListBox" id="listbox"> <object class="GtkListBox" id="listbox">
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
</object> </object>
</child> </child>

View file

@ -94,7 +94,7 @@
<object class="GtkListBox" id="location_apps_list_box"> <object class="GtkListBox" id="location_apps_list_box">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child type="placeholder"> <child type="placeholder">

View file

@ -31,7 +31,7 @@
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<!-- Blank Screen Delay row --> <!-- Blank Screen Delay row -->

View file

@ -86,7 +86,7 @@
<property name="can-focus">true</property> <property name="can-focus">true</property>
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child type="placeholder"> <child type="placeholder">

View file

@ -13,7 +13,7 @@
<object class="GtkListBox" id="general_listbox"> <object class="GtkListBox" id="general_listbox">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="AdwActionRow" id="primary_button_row"> <object class="AdwActionRow" id="primary_button_row">
@ -69,7 +69,7 @@
<object class="GtkListBox" id="mouse_listbox"> <object class="GtkListBox" id="mouse_listbox">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="AdwActionRow" id="mouse_row"> <object class="AdwActionRow" id="mouse_row">
@ -115,7 +115,7 @@
<object class="GtkListBox" id="touchpad_listbox"> <object class="GtkListBox" id="touchpad_listbox">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="AdwActionRow" id="touchpad_toggle_row"> <object class="AdwActionRow" id="touchpad_toggle_row">

View file

@ -35,7 +35,7 @@
<property name="margin-bottom">24</property> <property name="margin-bottom">24</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<!-- Hot Corner --> <!-- Hot Corner -->
@ -116,7 +116,7 @@
<property name="margin-bottom">18</property> <property name="margin-bottom">18</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<!-- Dynamic Workspaces --> <!-- Dynamic Workspaces -->
@ -192,7 +192,7 @@
<property name="margin-bottom">18</property> <property name="margin-bottom">18</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<!-- Primary Display --> <!-- Primary Display -->
@ -272,7 +272,7 @@
<property name="margin-bottom">18</property> <property name="margin-bottom">18</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<!-- All Workspaces --> <!-- All Workspaces -->

View file

@ -99,7 +99,7 @@
<object class="GtkListBox" id="empty_listbox"> <object class="GtkListBox" id="empty_listbox">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="AdwActionRow"> <object class="AdwActionRow">

View file

@ -706,7 +706,7 @@ cc_wifi_connection_list_init (CcWifiConnectionList *self)
{ {
self->listbox = GTK_LIST_BOX (gtk_list_box_new ()); self->listbox = GTK_LIST_BOX (gtk_list_box_new ());
gtk_list_box_set_selection_mode (GTK_LIST_BOX (self->listbox), GTK_SELECTION_NONE); gtk_list_box_set_selection_mode (GTK_LIST_BOX (self->listbox), GTK_SELECTION_NONE);
gtk_widget_add_css_class (GTK_WIDGET (self->listbox), "content"); gtk_widget_add_css_class (GTK_WIDGET (self->listbox), "boxed-list");
adw_bin_set_child (ADW_BIN (self), GTK_WIDGET (self->listbox)); adw_bin_set_child (ADW_BIN (self), GTK_WIDGET (self->listbox));
self->hide_unavailable = TRUE; self->hide_unavailable = TRUE;

View file

@ -24,7 +24,7 @@
<property name="margin_bottom">32</property> <property name="margin_bottom">32</property>
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="CcListRow" id="rfkill_row"> <object class="CcListRow" id="rfkill_row">

View file

@ -52,7 +52,7 @@
<object class="GtkListBox" id="details_listbox"> <object class="GtkListBox" id="details_listbox">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="AdwActionRow" id="details_row"> <object class="AdwActionRow" id="details_row">

View file

@ -22,7 +22,7 @@
<object class="GtkListBox"> <object class="GtkListBox">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="GtkListBoxRow"> <object class="GtkListBoxRow">

View file

@ -17,7 +17,7 @@
<object class="GtkListBox"> <object class="GtkListBox">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="GtkListBoxRow"> <object class="GtkListBoxRow">

View file

@ -26,7 +26,7 @@
<object class="GtkListBox" id="hotspot_box"> <object class="GtkListBox" id="hotspot_box">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="CcListRow" id="hotspot_name_row"> <object class="CcListRow" id="hotspot_name_row">

View file

@ -25,7 +25,7 @@
<property name="margin_bottom">32</property> <property name="margin_bottom">32</property>
<signal name="keynav-failed" handler="keynav_failed" object="CcNotificationsPanel" swapped="yes" /> <signal name="keynav-failed" handler="keynav_failed" object="CcNotificationsPanel" swapped="yes" />
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="CcListRow" id="dnd_row"> <object class="CcListRow" id="dnd_row">
@ -60,7 +60,7 @@
<signal name="keynav-failed" handler="keynav_failed" object="CcNotificationsPanel" swapped="yes" /> <signal name="keynav-failed" handler="keynav_failed" object="CcNotificationsPanel" swapped="yes" />
<signal name="row-activated" handler="select_app" object="CcNotificationsPanel" swapped="yes" /> <signal name="row-activated" handler="select_app" object="CcNotificationsPanel" swapped="yes" />
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<accessibility> <accessibility>
<relation name="labelled-by">app_list_heading_label</relation> <relation name="labelled-by">app_list_heading_label</relation>

View file

@ -65,7 +65,7 @@
<relation name="labelled-by">battery_section</relation> <relation name="labelled-by">battery_section</relation>
</accessibility> </accessibility>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
</object> </object>
</child> </child>
@ -82,7 +82,7 @@
<relation name="labelled-by">device_section</relation> <relation name="labelled-by">device_section</relation>
</accessibility> </accessibility>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
</object> </object>
</child> </child>
@ -102,7 +102,7 @@
<relation name="labelled-by">power_profile_section</relation> <relation name="labelled-by">power_profile_section</relation>
</accessibility> </accessibility>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
</object> </object>
</child> </child>
@ -113,7 +113,7 @@
<property name="margin_top">12</property> <property name="margin_top">12</property>
<signal name="keynav-failed" handler="keynav_failed_cb" object="CcPowerPanel" swapped="yes"/> <signal name="keynav-failed" handler="keynav_failed_cb" object="CcPowerPanel" swapped="yes"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
</object> </object>
</child> </child>

View file

@ -144,7 +144,7 @@
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<signal name="row-activated" handler="row_activated" object="CcFormatChooser" swapped="yes" /> <signal name="row-activated" handler="row_activated" object="CcFormatChooser" swapped="yes" />
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
</object> </object>
</child> </child>
@ -173,7 +173,7 @@
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<signal name="row-activated" handler="row_activated" object="CcFormatChooser" swapped="yes" /> <signal name="row-activated" handler="row_activated" object="CcFormatChooser" swapped="yes" />
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
</object> </object>
</child> </child>

View file

@ -69,7 +69,7 @@
<property name="margin_bottom">18</property> <property name="margin_bottom">18</property>
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="GtkListBoxRow" id="language_row"> <object class="GtkListBoxRow" id="language_row">
@ -171,7 +171,7 @@
<object class="GtkListBox" id="formats_list"> <object class="GtkListBox" id="formats_list">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="GtkListBoxRow" id="formats_row"> <object class="GtkListBoxRow" id="formats_row">

View file

@ -36,7 +36,7 @@
<object class="GtkListBox" id="list_box"> <object class="GtkListBox" id="list_box">
<property name="visible">True</property> <property name="visible">True</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
</object> </object>
</child> </child>

View file

@ -41,7 +41,7 @@
<object class="GtkListBox" id="main_list_box"> <object class="GtkListBox" id="main_list_box">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="CcListRow" id="personal_file_sharing_row"> <object class="CcListRow" id="personal_file_sharing_row">
@ -440,7 +440,7 @@
<object class="GtkListBox" id="shared_folders_listbox"> <object class="GtkListBox" id="shared_folders_listbox">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<layout> <layout>
<property name="column">0</property> <property name="column">0</property>

View file

@ -57,7 +57,7 @@
<object class="GtkListBox" id="output_list_box"> <object class="GtkListBox" id="output_list_box">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="GtkListBoxRow"> <object class="GtkListBoxRow">
@ -232,7 +232,7 @@
<object class="GtkListBox" id="input_list_box"> <object class="GtkListBox" id="input_list_box">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="GtkListBoxRow"> <object class="GtkListBoxRow">

View file

@ -7,7 +7,7 @@
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
</object> </object>
</child> </child>

View file

@ -218,7 +218,7 @@
<property name="vexpand">False</property> <property name="vexpand">False</property>
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
</object> </object>
</child> </child>

View file

@ -70,7 +70,7 @@
<object class="GtkListBox" id="seeing_listbox"> <object class="GtkListBox" id="seeing_listbox">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<accessibility> <accessibility>
<relation name="labelled-by">seeing_heading_label</relation> <relation name="labelled-by">seeing_heading_label</relation>
@ -319,7 +319,7 @@
<object class="GtkListBox" id="hearing_listbox"> <object class="GtkListBox" id="hearing_listbox">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<accessibility> <accessibility>
<relation name="labelled-by">hearing_heading_label</relation> <relation name="labelled-by">hearing_heading_label</relation>
@ -378,7 +378,7 @@
<object class="GtkListBox" id="typing_listbox"> <object class="GtkListBox" id="typing_listbox">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<accessibility> <accessibility>
<relation name="labelled-by">typing_heading_label</relation> <relation name="labelled-by">typing_heading_label</relation>
@ -530,7 +530,7 @@
<object class="GtkListBox" id="pointing_listbox"> <object class="GtkListBox" id="pointing_listbox">
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<accessibility> <accessibility>
<relation name="labelled-by">pointing_heading_label</relation> <relation name="labelled-by">pointing_heading_label</relation>

View file

@ -44,7 +44,7 @@
<property name="can-focus">1</property> <property name="can-focus">1</property>
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="AdwActionRow"> <object class="AdwActionRow">
@ -141,7 +141,7 @@
<property name="can-focus">1</property> <property name="can-focus">1</property>
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
<child> <child>
<object class="AdwActionRow"> <object class="AdwActionRow">

View file

@ -259,7 +259,7 @@
<property name="selection-mode">GTK_SELECTION_NONE</property> <property name="selection-mode">GTK_SELECTION_NONE</property>
<signal name="row-activated" handler="activate_row"/> <signal name="row-activated" handler="activate_row"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="HdyActionRow" id="account_type_row"> <object class="HdyActionRow" id="account_type_row">
@ -357,7 +357,7 @@
<property name="selection-mode">GTK_SELECTION_NONE</property> <property name="selection-mode">GTK_SELECTION_NONE</property>
<signal name="row-activated" handler="activate_row"/> <signal name="row-activated" handler="activate_row"/>
<style> <style>
<class name="content"/> <class name="boxed-list"/>
</style> </style>
<child> <child>
<object class="HdyActionRow" id="password_row"> <object class="HdyActionRow" id="password_row">

View file

@ -106,7 +106,7 @@
<property name="selection-mode">none</property> <property name="selection-mode">none</property>
<signal name="row-activated" handler="cc_wwan_apn_activated_cb" swapped="yes" /> <signal name="row-activated" handler="cc_wwan_apn_activated_cb" swapped="yes" />
<style> <style>
<class name="content" /> <class name="boxed-list" />
</style> </style>
</object> </object>
</child> </child>