Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/settings_content/src/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub struct AgentSettingsContent {
pub button: Option<bool>,
/// Where to dock the agent panel.
///
/// Default: right
/// Default: left
pub dock: Option<DockPosition>,
/// Whether the agent panel should use flexible (proportional) sizing.
///
Expand Down
6 changes: 3 additions & 3 deletions crates/settings_content/src/settings_content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ pub struct GitPanelSettingsContent {
pub button: Option<bool>,
/// Where to dock the panel.
///
/// Default: left
/// Default: right
pub dock: Option<DockPosition>,
/// Default width of the panel in pixels.
///
Expand Down Expand Up @@ -756,7 +756,7 @@ pub struct PanelSettingsContent {
pub button: Option<bool>,
/// Where to dock the panel.
///
/// Default: left
/// Default: right
pub dock: Option<DockPosition>,
/// Default width of the panel in pixels.
///
Expand Down Expand Up @@ -998,7 +998,7 @@ pub struct OutlinePanelSettingsContent {
pub default_width: Option<f32>,
/// The position of outline panel
///
/// Default: left
/// Default: right
pub dock: Option<DockSide>,
/// Whether to show file icons in the outline panel.
///
Expand Down
2 changes: 1 addition & 1 deletion crates/settings_content/src/workspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ pub struct ProjectPanelSettingsContent {
pub default_width: Option<f32>,
/// The position of project panel
///
/// Default: left
/// Default: right
pub dock: Option<DockSide>,
/// Spacing between worktree entries in the project panel.
///
Expand Down
Loading