Skip to content

Commit d77bfd6

Browse files
committed
limit export
1 parent a0609f4 commit d77bfd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RevitElementBipChecker/View/FrmPropertyChecker.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
<Grid.ColumnDefinitions>
248248
<ColumnDefinition Width="80" />
249249
<ColumnDefinition />
250-
<ColumnDefinition Width="80" />
250+
<!--<ColumnDefinition Width="80" />-->
251251
</Grid.ColumnDefinitions>
252252
<Button
253253
Margin="1,1,1,1"
@@ -277,7 +277,7 @@
277277
</Style>
278278
</Button.Resources>
279279
</Button>
280-
<Button
280+
<!--<Button
281281
Grid.Column="2"
282282
Margin="1,1,1,1"
283283
Background="WhiteSmoke"
@@ -289,7 +289,7 @@
289289
<Setter Property="CornerRadius" Value="3" />
290290
</Style>
291291
</Button.Resources>
292-
</Button>
292+
</Button>-->
293293
</Grid>
294294
</Grid>
295295
</Window>

0 commit comments

Comments
 (0)