Skip to content

Commit 23796fc

Browse files
Make the preferences tab the default one
GH-103
1 parent f2ba57a commit 23796fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/KeyboardSwitch.Settings/Views/MainContentView.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
x:Class="KeyboardSwitch.Settings.Views.MainContentView"
77
>
88
<TabControl Padding="10,10,10,0">
9-
<TabItem x:Name="CharMappingTabItem" Header="{l:Translate CharMapping}" />
109
<TabItem x:Name="PreferencesTabItem" Header="{l:Translate Preferences}" />
10+
<TabItem x:Name="CharMappingTabItem" Header="{l:Translate CharMapping}" />
1111
<TabItem x:Name="SandboxTabItem" Header="{l:Translate Sandbox}">
1212
<local:SandboxView />
1313
</TabItem>

src/KeyboardSwitch.Settings/Views/MainWindow.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Icon="/Assets/icon.ico"
77
WindowStartupLocation="CenterScreen"
88
Title="{l:Translate WindowTitle}"
9-
Width="1100"
10-
Height="450"
9+
Width="720"
10+
Height="420"
1111
MinWidth="450"
1212
MinHeight="400"
1313
>

0 commit comments

Comments
 (0)