瀏覽代碼

注释-下拉框 样式调整

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>