|
73 | 73 | <ScrollViewer>
|
74 | 74 | <StackPanel>
|
75 | 75 | <TextBlock FontSize="20" Margin="0, 10, 0, 0" Text="{x:Bind UIText.TitleWallpaperPlayback}"/>
|
76 |
| - |
77 | 76 | <ComboBox Header="{x:Bind UIText.TitlePerfAppFullScreen}" Margin="0,10,0,0" MinWidth="200" SelectedIndex="{Binding SelectedAppFullScreenIndex, Mode=TwoWay}">
|
78 | 77 | <ComboBoxItem Content="{x:Bind UIText.TextPerfPause}"/>
|
79 | 78 | <ComboBoxItem Content="{x:Bind UIText.TextPerfNone}"/>
|
|
118 | 117 | <Grid>
|
119 | 118 | <ScrollViewer>
|
120 | 119 | <StackPanel>
|
| 120 | + <!--<TextBlock FontSize="20" Margin="0, 10, 0, 0" Text="Wallpaper Fit"/>--> |
| 121 | + <ComboBox Header="{x:Bind UIText.TitleWallpaperFit}" Margin="0,10,0,0" MinWidth="200" SelectedIndex="{Binding SelectedWallpaperScalingIndex, Mode=TwoWay}"> |
| 122 | + <ComboBoxItem Content="{x:Bind UIText.TextWallpaperFitNone}"/> |
| 123 | + <ComboBoxItem Content="{x:Bind UIText.TextWallpaperFitFill}"/> |
| 124 | + <ComboBoxItem Content="{x:Bind UIText.TextWallpaperFitUniform}"/> |
| 125 | + <ComboBoxItem Content="{x:Bind UIText.TextWallpaperFitUniformFill}"/> |
| 126 | + </ComboBox> |
| 127 | + <TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipWallpaperFit}"/> |
| 128 | + |
121 | 129 | <TextBlock FontSize="20" Margin="0, 10, 0, 0" Text="{x:Bind UIText.TitleInteraction}"/>
|
122 | 130 | <ComboBox Header="{x:Bind UIText.TitleWallpaperInput}" Margin="0,10,0,0" MinWidth="200" SelectedIndex="{Binding SelectedWallpaperInputMode, Mode=TwoWay}">
|
123 | 131 | <ComboBoxItem Content="{x:Bind UIText.TextWallpaperInputOff}"/>
|
|
137 | 145 | </ComboBox>
|
138 | 146 | <TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipVideoPlayer}"/>
|
139 | 147 |
|
140 |
| - <TextBlock FontSize="20" Margin="0, 10, 0, 0" Text="{x:Bind UIText.TitleWebBrowser}"/> |
141 |
| - <ComboBox Header="{x:Bind UIText.TitleBrowserEngine}" Margin="0,10,0,0" MinWidth="200"> |
142 |
| - <ComboBoxItem IsSelected="True">CEF</ComboBoxItem> |
143 |
| - <ComboBoxItem IsEnabled="False">MS Edge</ComboBoxItem> |
144 |
| - </ComboBox> |
145 |
| - <TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipBrowserEngine}"/> |
146 |
| - |
147 |
| - <CheckBox Content="{x:Bind UIText.TitleDiskCache}" IsEnabled="False" Margin="0, 5, 0, 0"/> |
148 |
| - <TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipDisCache}"/> |
149 |
| - |
150 |
| - <TextBlock Margin="0, 10, 0, 0" Text="{x:Bind UIText.TitleBrowserDebuggingPort}"/> |
151 |
| - <TextBox MinWidth="200" HorizontalAlignment="Left" Text="{Binding WebDebuggingPort, Mode=TwoWay}" BeforeTextChanging="TextBox_BeforeTextChanging"></TextBox> |
152 |
| - <TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipBrowserDebuggingPort}"/> |
153 |
| - |
154 | 148 | <TextBlock FontSize="20" Margin="0, 10, 0, 0" Text="{x:Bind UIText.TitleWallpaperStream}"/>
|
155 | 149 | <ComboBox Header="{x:Bind UIText.TitleWallpaperStreamQuality}" Margin="0,10,0,0" MinWidth="200" SelectedIndex="{Binding SelectedWallpaperStreamQualityIndex, Mode=TwoWay}">
|
156 | 150 | <ComboBoxItem>144p</ComboBoxItem>
|
|
165 | 159 |
|
166 | 160 | <CheckBox Content="{x:Bind UIText.TitleDetectWallpaperStream}" IsChecked="{Binding DetectStreamWallpaper, Mode=TwoWay}"/>
|
167 | 161 | <TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipDetectWallpaperStream}"/>
|
| 162 | + |
| 163 | + <TextBlock FontSize="20" Margin="0, 10, 0, 0" Text="{x:Bind UIText.TitleWebBrowser}"/> |
| 164 | + <ComboBox Header="{x:Bind UIText.TitleBrowserEngine}" Margin="0,10,0,0" MinWidth="200"> |
| 165 | + <ComboBoxItem IsSelected="True">CEF</ComboBoxItem> |
| 166 | + <ComboBoxItem IsEnabled="False">MS Edge</ComboBoxItem> |
| 167 | + </ComboBox> |
| 168 | + <TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipBrowserEngine}"/> |
| 169 | + |
| 170 | + <CheckBox Content="{x:Bind UIText.TitleDiskCache}" IsEnabled="False" Margin="0, 5, 0, 0"/> |
| 171 | + <TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipDisCache}"/> |
| 172 | + |
| 173 | + <TextBlock Margin="0, 10, 0, 0" Text="{x:Bind UIText.TitleBrowserDebuggingPort}"/> |
| 174 | + <TextBox MinWidth="200" HorizontalAlignment="Left" Text="{Binding WebDebuggingPort, Mode=TwoWay}" BeforeTextChanging="TextBox_BeforeTextChanging"></TextBox> |
| 175 | + <TextBlock Margin="0,10,0,0" FontSize="12" TextWrapping="Wrap" Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" Text="{x:Bind UIText.TipBrowserDebuggingPort}"/> |
168 | 176 |
|
169 | 177 | </StackPanel>
|
170 | 178 | </ScrollViewer>
|
|
0 commit comments