mirror of
https://github.com/servo/servo.git
synced 2025-09-10 15:08:21 +01:00
Use URL keyboard layout for urlbar
This commit is contained in:
parent
92f57b66d1
commit
d09692664e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<Button x:Name="reloadButton" IsTabStop="true" IsEnabled="false" Content="reload" Click="OnReloadButtonClicked"/>
|
||||
<Button x:Name="stopButton" IsTabStop="true" IsEnabled="false" Content="stop" Click="OnStopButtonClicked"/>
|
||||
</StackPanel>
|
||||
<TextBox Text="" IsTabStop="true" PlaceholderText="Type a URL" x:Name="urlTextbox" Grid.Column="1" KeyUp="OnURLEdited"/>
|
||||
<TextBox Text="" IsTabStop="true" InputScope="Url" PlaceholderText="Type a URL" x:Name="urlTextbox" Grid.Column="1" KeyUp="OnURLEdited"/>
|
||||
<StackPanel Orientation="Horizontal" Grid.Column="2">
|
||||
<Button x:Name="immersiveButton" Click="OnImmersiveButtonClicked">Run Immersive</Button>
|
||||
</StackPanel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue