Skip to content

Commit 2645819

Browse files
authored
Hide vertical tabs setting (#876)
Temporarily remove the tab layout selector from the Appearance settings page while vertical tabs stabilize. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 88cfc949-6c2a-4487-95bc-15fb8f0e2c1b
1 parent f67c04e commit 2645819

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/cascadia/TerminalSettingsEditor/GlobalAppearance.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
Style="{StaticResource ComboBoxSettingStyle}" />
107107
</local:SettingContainer>
108108

109-
<!-- Tab Layout (horizontal vs vertical) -->
109+
<!-- TODO: Re-enable the tab layout setting after vertical tabs stabilize.
110110
<local:SettingContainer x:Name="TabLayout"
111111
x:Uid="Globals_TabLayout">
112112
<ComboBox AutomationProperties.AccessibilityView="Content"
@@ -115,6 +115,7 @@
115115
SelectedItem="{x:Bind ViewModel.CurrentTabLayout, Mode=TwoWay}"
116116
Style="{StaticResource ComboBoxSettingStyle}" />
117117
</local:SettingContainer>
118+
-->
118119

119120
<!-- Disable Animations -->
120121
<!-- NOTE: the UID is "DisablePaneAnimationsReversed" not "DisablePaneAnimations". See GH#9124 for more details. -->

0 commit comments

Comments
 (0)