Skip to content

Commit 40e6247

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
160
1+
12

0 commit comments

Comments
 (0)