2021-12-05 22:03:34 +00:00
|
|
|
<UserControl
|
|
|
|
|
x:Class="Flow.Launcher.Plugin.Url.SettingsControl"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
|
Height="0"
|
|
|
|
|
d:DesignHeight="300"
|
|
|
|
|
d:DesignWidth="500"
|
|
|
|
|
mc:Ignorable="d">
|
2020-05-04 04:49:57 +00:00
|
|
|
<Grid Margin="40,40,10,0">
|
2018-12-25 07:11:24 +00:00
|
|
|
<Grid.RowDefinitions>
|
2019-11-11 20:14:58 +00:00
|
|
|
<RowDefinition Height="40" />
|
|
|
|
|
<RowDefinition />
|
2018-12-25 07:11:24 +00:00
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
</Grid>
|
|
|
|
|
</UserControl>
|