File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <Separator />
4141
4242 <Label >
43- <TextBlock FontWeight =" Bold" >{l:Loc AnimCurve_SelectedChannelProperties} (<TextBlock Text =" {Binding ChannelSelected.Name.Content}" />)</TextBlock >
43+ <TextBlock FontWeight =" Bold" >< TextBlock Text = " {l:Loc AnimCurve_SelectedChannelProperties}" ></ TextBlock > (<TextBlock Text =" {Binding ChannelSelected.Name.Content}" />)</TextBlock >
4444 </Label >
4545
4646 <Grid l:AutoGridBehavior.Enable=" True" ColumnDefinitions =" 1*,3*" >
Original file line number Diff line number Diff line change 1818 <Label Content =" {l:Loc Common_Name}" />
1919 <l : UndertaleStringReferenceView Reference =" {Binding Sprite.Name}" />
2020
21- <Label >{l:Loc Editor_Sprite_Width} / {l:Loc Editor_Sprite_Height}</Label >
21+ <Label >
22+ <TextBlock >
23+ <Run Text =" {l:Loc Editor_Sprite_Width}" />
24+ <Run Text =" / " ></Run >
25+ <Run Text =" {l:Loc Editor_Sprite_Height}" />
26+ </TextBlock >
27+ </Label >
2228 <Grid ColumnDefinitions =" 1*,1*" >
2329 <TextBox Grid.Column=" 0" Text =" {Binding Sprite.Width}" />
2430 <TextBox Grid.Column=" 1" Text =" {Binding Sprite.Height}" />
Original file line number Diff line number Diff line change 1616 <Separator />
1717
1818 <Grid l:AutoGridBehavior.Enable=" True" ColumnDefinitions =" 1*,3*" >
19- <Label > {l:Loc Settings_Language}:</ Label >
19+ <Label Content = " {l:Loc Settings_Language}" / >
2020 <ComboBox ItemsSource =" {Binding Languages}"
2121 SelectedItem =" {Binding MainVM.Settings.Language, Mode=TwoWay}" />
2222 </Grid >
You can’t perform that action at this time.
0 commit comments