Skip to content

Commit 70c0ef9

Browse files
committed
chore: update defaults
default border radius should be 12 because it is round with no anchor gap
1 parent 6082070 commit 70c0ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmic-panel-config/src/container_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ impl Default for CosmicPanelContainerConfig {
189189
expand_to_edges: false,
190190
padding: 4,
191191
spacing: 0,
192-
border_radius: 160,
192+
border_radius: 12,
193193
exclusive_zone: false,
194194
autohide: Some(crate::AutoHide {
195195
wait_time: 500,

0 commit comments

Comments
 (0)