프로젝트

일반

사용자정보

개정판 224f1503

ID224f15032b420ce979c7fcf82eaf1370ec217557
상위 498f0fc9
하위 79f3f21a

김동진이(가) 약 6년 전에 추가함

issue #780 m-talk bug fix

차이점 보기:

KCOM/Messenger/StyleDictionary.xaml
33 33
                        <RowDefinition Height="*"/>
34 34
                    </Grid.RowDefinitions>
35 35
                    <TextBlock Text="{Binding Path=TEXT}" Style="{StaticResource TextBlockStyle}" Grid.Column="1" TextWrapping="Wrap"  HorizontalAlignment="Stretch" Grid.Row="1" Foreground="White"/>
36
                    <TextBlock Text="{Binding Path=TIMESTAMP,StringFormat='{}{0:g}'}" Style="{StaticResource TimestampStyle}" Foreground="White"  Grid.Row="0" HorizontalAlignment="Right"  VerticalAlignment="Bottom"/>
36
                    <TextBlock Text="{Binding Path=TIMESTAMP,StringFormat='{}{0:g}'}" Style="{StaticResource TimestampStyle}" Foreground="White"  Grid.Column="1" Grid.Row="0" HorizontalAlignment="Right"  VerticalAlignment="Bottom"/>
37
                    <TextBlock Text="{Binding Path=MEMBER_NAME,StringFormat='{}{0:g}'}" Style="{StaticResource TextBlockStyle}" Foreground="White"  Grid.Column="0" Grid.Row="0" HorizontalAlignment="Left"  VerticalAlignment="Bottom"/>
37 38
                </Grid>
38 39
            </Border>
39 40
        </Grid>
......
120 121
                        <RowDefinition Height="*"/>
121 122
                        <RowDefinition Height="Auto"/>
122 123
                    </Grid.RowDefinitions>
123
                    <TextBlock Text="{Binding Path=TIMESTAMP,StringFormat='{}{0:g}'}" Style="{StaticResource TimestampStyle}" Foreground="White"  Grid.Row="0" HorizontalAlignment="Right"  VerticalAlignment="Bottom"/>
124
                    <TextBlock Text="{Binding Path=TIMESTAMP,StringFormat='{}{0:g}'}" Style="{StaticResource TimestampStyle}" Foreground="White"  Grid.Column="1" Grid.Row="0" HorizontalAlignment="Right"  VerticalAlignment="Bottom"/>
125
                    <TextBlock Text="{Binding Path=MEMBER_NAME,StringFormat='{}{0:g}'}" Style="{StaticResource TextBlockStyle}" Foreground="White"  Grid.Column="0" Grid.Row="0" HorizontalAlignment="Left"  VerticalAlignment="Bottom"/>
126

  
124 127
                    <TextBlock Text="{Binding Path=TEXT}" Style="{StaticResource TextBlockStyle}" Grid.Column="1" TextWrapping="Wrap"  HorizontalAlignment="Stretch" Grid.Row="1" Foreground="White"/>
125 128
                    <Border Background="#2263b0" CornerRadius="3" HorizontalAlignment="Right" Grid.Row="2" Margin="5">
126 129
                        <Button BorderThickness="0" Content="코멘트 확인" HorizontalAlignment="Center" VerticalAlignment="Center" Foreground="White" Background="Transparent" Padding="5"

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)