We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0609f4 commit d77bfd6Copy full SHA for d77bfd6
RevitElementBipChecker/View/FrmPropertyChecker.xaml
@@ -247,7 +247,7 @@
247
<Grid.ColumnDefinitions>
248
<ColumnDefinition Width="80" />
249
<ColumnDefinition />
250
- <ColumnDefinition Width="80" />
+ <!--<ColumnDefinition Width="80" />-->
251
</Grid.ColumnDefinitions>
252
<Button
253
Margin="1,1,1,1"
@@ -277,7 +277,7 @@
277
</Style>
278
</Button.Resources>
279
</Button>
280
- <Button
+ <!--<Button
281
Grid.Column="2"
282
283
Background="WhiteSmoke"
@@ -289,7 +289,7 @@
289
<Setter Property="CornerRadius" Value="3" />
290
291
292
- </Button>
+ </Button>-->
293
</Grid>
294
295
</Window>
0 commit comments