File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ public class Bluetooth.MainView : Switchboard.SettingsPage {
5757 };
5858 paired_list.add_css_class (Granite .STYLE_CLASS_RICH_LIST );
5959 paired_list.add_css_class (Granite .STYLE_CLASS_CARD );
60+ paired_list.add_css_class (Granite .STYLE_CLASS_ROUNDED );
6061 paired_list.bind_model (paired_model , create_widget_func );
6162 paired_list.set_placeholder (paired_placeholder );
6263
@@ -71,6 +72,7 @@ public class Bluetooth.MainView : Switchboard.SettingsPage {
7172 };
7273 list_box.add_css_class (Granite .STYLE_CLASS_RICH_LIST );
7374 list_box.add_css_class (Granite .STYLE_CLASS_CARD );
75+ list_box.add_css_class (Granite .STYLE_CLASS_ROUNDED );
7476 list_box.bind_model (nearby_model , create_widget_func );
7577 list_box.set_placeholder (empty_alert );
7678
You can’t perform that action at this time.
0 commit comments