Skip to content

Commit

Permalink
fix: remove wing size from layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz committed Nov 5, 2024
1 parent b23589c commit a594ea7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions res/layouts/mac.ron
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Panel((
size_wings: None,
size_center: None,
expand_to_edges: true,
padding: 4,
padding: 0,
spacing: 4,
border_radius: 0,
exclusive_zone: true,
autohide: None,
margin: 0,
opacity: 0.91,
opacity: 0.9,
),
(
name: "Dock",
Expand All @@ -50,23 +50,23 @@ Panel((
size_wings: None,
size_center: None,
expand_to_edges: false,
padding: 6,
spacing: 4,
padding: 0,
spacing: 0,
border_radius: 8,
exclusive_zone: true,
autohide: None,
margin: 4,
opacity: 1.0,
opacity: 0.9,
),
],
),
panel_config_version: 1,
panel_button_config: (
configs: {
"Panel": (
"Dock": (
force_presentation: Some(Icon),
),
"Dock": (
"Panel": (
force_presentation: Some(Icon),
),
},
Expand Down
6 changes: 3 additions & 3 deletions res/layouts/windows.ron
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ Panel((
"com.system76.CosmicPanelLauncherButton",
"com.system76.CosmicAppList",
]),
size_wings: Some((Some(XS), Some(XS))),
size_wings: None,
size_center: None,
expand_to_edges: true,
padding: 4,
padding: 0,
spacing: 4,
border_radius: 0,
exclusive_zone: true,
autohide: None,
margin: 0,
opacity: 0.91,
opacity: 1,
),
],
),
Expand Down

0 comments on commit a594ea7

Please sign in to comment.