Browse Source

Fixed SD2-1115. In the WiX project options the compiling tab now has a vertical scrollbar.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1847 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 20 years ago
parent
commit
e4b751a225
  1. 3
      src/AddIns/BackendBindings/WixBinding/Project/Resources/CompilerParametersPanel.xfrm

3
src/AddIns/BackendBindings/WixBinding/Project/Resources/CompilerParametersPanel.xfrm

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
<System.Windows.Forms.UserControl>
<Name value="CompilerParametersPanel" />
<ClientSize value="{Width=508, Height=573}" />
<AutoScroll value="True" />
<Controls>
<System.Windows.Forms.GroupBox>
<Name value="compilerExtensionsGroupBox" />
@ -64,7 +65,7 @@ @@ -64,7 +65,7 @@
<System.Windows.Forms.GroupBox>
<Name value="wixGroupBox" />
<Location value="3, 177" />
<Text value="Wix" />
<Text value="WiX" />
<Anchor value="Top, Left, Right" />
<Size value="502, 106" />
<TabIndex value="1" />

Loading…
Cancel
Save