소스 검색

注释-下拉框 样式调整

OYXH\oyxh 1 년 전
부모
커밋
cc7b6e4e93
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      PDF Office/CustomControl/CompositeControl/CustomComboControl.xaml

+ 2 - 3
PDF Office/CustomControl/CompositeControl/CustomComboControl.xaml

@@ -57,15 +57,14 @@
                     <TextBox
                         x:Name="title"
                         Height="20"
-                        Margin="10,0,35,0"
+                        Margin="10,0,30,0"
                         VerticalAlignment="Center"
                         Background="White"
                         BorderThickness="0"
                         FontFamily="Segoe UI"
                         FontSize="14"
                         IsReadOnly="True"
-                        TextAlignment="Left" 
-                        />
+                        TextAlignment="Left" />
                 </Grid>
             </Border>
         </Grid>