File tree Expand file tree Collapse file tree 1 file changed +0
-62
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views Expand file tree Collapse file tree 1 file changed +0
-62
lines changed Original file line number Diff line number Diff line change 126
126
</Button >
127
127
</StackPanel >
128
128
</Border >
129
- <!--
130
- <Grid.RowDefinitions>
131
- <RowDefinition Height="100" />
132
- <RowDefinition Height="100" />
133
- <RowDefinition Height="60" />
134
- </Grid.RowDefinitions>
135
- <Grid.ColumnDefinitions>
136
- <ColumnDefinition Width="4*" />
137
- <ColumnDefinition Width="6*" />
138
- </Grid.ColumnDefinitions>
139
-
140
- <TextBlock
141
- Grid.Row="0"
142
- Grid.Column="0"
143
- Margin="80,0,0,0"
144
- HorizontalAlignment="Left"
145
- VerticalAlignment="Center"
146
- FontSize="15"
147
- Text="{DynamicResource flowlauncher_plugin_browserbookmark_browserName}" />
148
- <TextBlock
149
- Grid.Row="1"
150
- Grid.Column="0"
151
- Margin="80,0,0,0"
152
- HorizontalAlignment="Left"
153
- VerticalAlignment="Center"
154
- FontSize="15"
155
- Text="{DynamicResource flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory}" />
156
- <TextBox
157
- Grid.Row="0"
158
- Grid.Column="1"
159
- Width="100"
160
- Height="30"
161
- Margin="50,0,0,0"
162
- HorizontalAlignment="Left"
163
- VerticalAlignment="Center"
164
- Text="{Binding Name}" />
165
- <TextBox
166
- Grid.Row="1"
167
- Grid.Column="1"
168
- Width="200"
169
- Height="30"
170
- Margin="50,0,0,0"
171
- HorizontalAlignment="Left"
172
- VerticalAlignment="Center"
173
- Text="{Binding DataDirectoryPath}" />
174
- <StackPanel
175
- Grid.Row="2"
176
- Grid.Column="1"
177
- Height="70"
178
- HorizontalAlignment="Center"
179
- Orientation="Horizontal">
180
- <Button
181
- Name="btnConfirm"
182
- Margin="15"
183
- Click="ConfirmCancelEditCustomBrowser"
184
- Content="Confirm" />
185
- <Button
186
- Margin="15"
187
- Click="ConfirmCancelEditCustomBrowser"
188
- Content="Cancel" />
189
- </StackPanel>
190
- -->
191
129
</Grid >
192
130
</Window >
You can’t perform that action at this time.
0 commit comments