|
61 | 61 | <MenuItem Header="Retry" Click="RetryItem_Click" /> |
62 | 62 | <MenuItem Header="Enqueue" Click="EnqueueItem_Click" IsEnabled="{Binding CanDownload}" /> |
63 | 63 | </ContextMenu> |
64 | | - |
| 64 | + |
65 | 65 | <BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter" /> |
66 | 66 | <controls:InvertableBooleanToVisibilityConverter x:Key="BooleanVisConverter"/> |
67 | 67 |
|
|
435 | 435 | <ProgressBar x:Name="Pb_Status" HorizontalAlignment="Left" Height="10" Margin="4,54,0,0" |
436 | 436 | VerticalAlignment="Top" Width="100" Minimum="0" Maximum="100" Grid.Row="1" /> |
437 | 437 |
|
438 | | - <ListView x:Name="Lv_Results" Margin="0,70,0,0" |
| 438 | + <ListView x:Name="Lv_Results" Margin="0,85,0,0" |
439 | 439 | MouseDoubleClick="Lv_Results_MouseDoubleClick" |
440 | 440 | Foreground="White" |
441 | 441 | IsSynchronizedWithCurrentItem="True" |
|
582 | 582 | TextChanged="Tb_Search_TextChanged" Grid.ColumnSpan="2" /> |
583 | 583 | <ComboBox x:Name="Cb_SearchFields" HorizontalAlignment="Right" Margin="0,17,499,0" Grid.Row="1" |
584 | 584 | VerticalAlignment="Top" Width="148" Grid.ColumnSpan="2" /> |
| 585 | + <TextBlock x:Name="Tb_Preview" Grid.Column="1" HorizontalAlignment="Left" Margin="460,65,0,0" Grid.Row="1" TextWrapping="Wrap" VerticalAlignment="Top" TextDecorations="Underline" Foreground="White"/> |
585 | 586 | </Grid> |
586 | 587 | </TabItem> |
587 | 588 | <TabItem x:Name="Ti_Config" HorizontalAlignment="Center" Height="20" Header="Config" |
|
641 | 642 | VerticalAlignment="Top" Foreground="White" /> |
642 | 643 | <Label x:Name="Lbl_UploadEngines" Content="Upload Engine" HorizontalAlignment="Left" |
643 | 644 | Margin="600,3,0,0" VerticalAlignment="Top" Foreground="White" FontWeight="Bold" /> |
644 | | - <TextBox x:Name="Tb_HyEndpoint" HorizontalAlignment="Left" Margin="527,297,0,0" TextWrapping="Wrap" |
| 645 | + |
| 646 | + <!--<TextBox x:Name="Tb_HyEndpoint" HorizontalAlignment="Left" Margin="527,297,0,0" TextWrapping="Wrap" |
645 | 647 | VerticalAlignment="Top" Width="120" |
646 | | - Text="{Binding Config.HydrusEndpoint, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" /> |
| 648 | + Text="{Binding Config.HydrusEndpoint, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" d:IsHidden="True" /> |
647 | 649 | <TextBox x:Name="Tb_HyKey" HorizontalAlignment="Left" Margin="527,326,0,0" TextWrapping="Wrap" |
648 | 650 | VerticalAlignment="Top" Width="120" |
649 | | - Text="{Binding Config.HydrusKey, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" /> |
| 651 | + Text="{Binding Config.HydrusKey, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" d:IsHidden="True" /> |
650 | 652 | <Label x:Name="Lb_HyEndpoint" Content="Hydrus Endpoint" HorizontalAlignment="Left" |
651 | 653 | Margin="424,293,0,0" |
652 | | - VerticalAlignment="Top" Foreground="White" /> |
| 654 | + VerticalAlignment="Top" Foreground="White" d:IsHidden="True" /> |
653 | 655 | <Label x:Name="Lb_HyKey" Content="Hydrus Key" HorizontalAlignment="Left" Margin="424,322,0,0" |
654 | | - VerticalAlignment="Top" Foreground="White" /> |
| 656 | + VerticalAlignment="Top" Foreground="White" d:IsHidden="True" />--> |
655 | 657 |
|
656 | 658 | </Grid> |
657 | 659 | </TabItem> |
|
0 commit comments