Skip to content

Commit

Permalink
Edit Some Layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
hykeegj committed Jul 26, 2020
1 parent 30ccc06 commit 0176669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SubtitleRun/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:SubtitleRun"
mc:Ignorable="d" WindowStartupLocation="CenterScreen" FontFamily=".\Fonts\#Maplestory" FontWeight="Normal" SizeToContent="WidthAndHeight" MinWidth="1024" MinHeight="720" ResizeMode="NoResize" Title="자막런 2.0.0">
mc:Ignorable="d" WindowStartupLocation="CenterScreen" FontFamily=".\Fonts\#Maplestory" FontWeight="Normal" SizeToContent="WidthAndHeight" MinWidth="1366" MinHeight="784" ResizeMode="NoResize" Title="자막런 2.0.0">
<Window.Resources>
<DataTemplate x:Key="SelectableCell">
<StackPanel Orientation="Horizontal">
Expand All @@ -15,7 +15,7 @@
<Window.Background>
<ImageBrush ImageSource="/BG.jpg"/>
</Window.Background>
<Grid VerticalAlignment="Center" MinWidth="1366" MinHeight="730">
<Grid VerticalAlignment="Center" MinWidth="1366" MinHeight="768">
<Grid HorizontalAlignment="Left" VerticalAlignment="Stretch" MinWidth="600" MinHeight="600" Margin="20,20,0,0">
<ListView x:Name="videoFile_listView" AllowDrop="True" DragEnter="videoFile_listView_DragEnter" Drop="videoFile_listView_Drop" HorizontalAlignment="Left" Margin="0,40,0,0" VerticalAlignment="Top" FontFamily=".\Fonts\#Maplestory" Panel.ZIndex="-3" MinWidth="550" MinHeight="580" MaxWidth="550" MaxHeight="580">
<ListView.View>
Expand Down Expand Up @@ -63,8 +63,8 @@
<Button x:Name="moveSubtitleIndexBottomButton" Content="맨 아래로" HorizontalAlignment="Left" Margin="555,145,0,0" VerticalAlignment="Top" FontSize="20" MinWidth="90" MinHeight="30" Click="moveSubtitleIndexBottomButton_Click"/>

</Grid>
<Button x:Name="convertButton" Content="자막 파일명 바꾸기" VerticalAlignment="Bottom" FontFamily=".\Fonts\#Maplestory" FontSize="20" Click="convertButton_Click" MinWidth="200" MinHeight="65" Padding="1,1,1,1" HorizontalAlignment="Center" Margin="0,0,0,4"/>
<CheckBox x:Name="autoMoveSubtitleFilesCheckBox" Content="동영상 파일 위치로 자동 이동" HorizontalAlignment="Center" VerticalAlignment="Bottom" Margin="0,0,0,70" FontSize="15" Foreground="White" MinWidth="190" MinHeight="16" IsChecked="True"/>
<Button x:Name="convertButton" Content="자막 파일명 바꾸기" VerticalAlignment="Bottom" FontFamily=".\Fonts\#Maplestory" FontSize="20" Click="convertButton_Click" MinWidth="200" MinHeight="75" Padding="1,1,1,1" HorizontalAlignment="Center" Margin="0,0,0,15"/>
<CheckBox x:Name="autoMoveSubtitleFilesCheckBox" Content="동영상 파일 위치로 자동 이동" HorizontalAlignment="Center" VerticalAlignment="Bottom" Margin="0,0,0,95" FontSize="16" Foreground="White" MinWidth="190" MinHeight="16" IsChecked="True"/>
<Label Content="Developed By 허수영 ([email protected])" HorizontalAlignment="Right" VerticalAlignment="Bottom" Foreground="White"/>
</Grid>
</Window>

0 comments on commit 0176669

Please sign in to comment.