Skip to content

Commit

Permalink
double tap on connection string to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmat committed Sep 5, 2023
1 parent 7c6450c commit a606ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PurpleExplorer/Views/ConnectionStringWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<ListBox Grid.Row="4" Name="lsbSavedConnectionString" Margin="5,0,5,0"
Items="{Binding Path=SavedConnectionStrings, Mode=TwoWay}"
Width="600" Height="300" VerticalAlignment="Top"
SelectionChanged="lsbConnectionStringSelectionChanged" HorizontalAlignment="Left">
SelectionChanged="lsbConnectionStringSelectionChanged" HorizontalAlignment="Left"
DoubleTapped="btnSendClick">

<ListBox.ItemTemplate>
<DataTemplate>
Expand Down

0 comments on commit a606ff4

Please sign in to comment.