Skip to content

Commit e423f39

Browse files
authored
Merge pull request #27 from EverseDevelopment/develop
Develop
2 parents cee6520 + c03c8b9 commit e423f39

File tree

13 files changed

+37
-37
lines changed

13 files changed

+37
-37
lines changed
-8.39 KB
Binary file not shown.
1.56 KB
Loading

e-verse.Navisworks.SelectByRevitId.Common/e-verse.Navisworks.SelectByRevitId.Common.shproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ItemGroup>
2424
<Content Include="Images\Heart.jpg" />
2525
<Content Include="Images\RID_32.jpg" />
26-
<Content Include="Images\RID_Head.png" />
26+
<Content Include="Images\SelectByRevitId.png" />
2727
<Content Include="PackageContents.xml" />
2828
</ItemGroup>
2929
<ItemGroup>

e-verse.Navisworks.SelectByRevitId.Common/e-verse.Navisworks.SelectByRevitId.addin

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<NavisworksAddIns>
33
<AddIn Type="Application">
4-
<Name>e-verse.Navisworks.CreateSelectionSet</Name>
5-
<Assembly>e-verse.Navisworks.CreateSelectionSet\e-verse.Navisworks.CreateSelectionSet.dll</Assembly>
6-
<FullClassName>e-verse.Navisworks.CreateSelectionSet.Plugin.CreateSelectionSetPlugin</FullClassName>
7-
<Text>e-verse.Navisworks.CreateSelectionSet</Text>
8-
<Description>e-verse.Navisworks.CreateSelectionSet</Description>
4+
<Name>e-verse.Navisworks.SelectByRevitId</Name>
5+
<Assembly>e-verse.Navisworks.SelectByRevitId\e-verse.Navisworks.SelectByRevitId.dll</Assembly>
6+
<FullClassName>e-verse.Navisworks.CreateSelectionSet.Plugin.SelectByIdPlugin</FullClassName>
7+
<Text>e-verse.Navisworks.SelectByRevitId</Text>
8+
<Description>e-verse.Navisworks.SelectByRevitId</Description>
99
<VisibilityMode>AlwaysVisible</VisibilityMode>
1010
<AddInId>
1111
F2AB0B9E-0879-4085-8E8B-9A4083FC620A

e-verse.Navisworks.SelectByRevitId.Installer/Dialogs/ExitDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Background="{DynamicResource BackgroundColor}"
1717
BorderBrush="Transparent"
1818
BorderThickness="1"
19-
CornerRadius="8,8,8,8"
19+
CornerRadius="15,15,15,15"
2020
HorizontalAlignment="Stretch"
2121
VerticalAlignment="Stretch">
2222
<!--<Border.Effect>

e-verse.Navisworks.SelectByRevitId.Installer/Dialogs/LicenseAgreementDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Background="{DynamicResource BackgroundColor}"
1616
BorderBrush="Transparent"
1717
BorderThickness="1"
18-
CornerRadius="8,8,8,8" HorizontalAlignment="Left" Width="497" Height="409" VerticalAlignment="Bottom">
18+
CornerRadius="15,15,15,15" HorizontalAlignment="Left" Width="497" Height="409" VerticalAlignment="Bottom">
1919

2020
<Grid x:Name="Root">
2121

e-verse.Navisworks.SelectByRevitId.Installer/Dialogs/MaintenanceTypeDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Background="#e8e3df"
1616
BorderBrush="Transparent"
1717
BorderThickness="1"
18-
CornerRadius="8,8,8,8"
18+
CornerRadius="15,15,15,15"
1919
HorizontalAlignment="Stretch"
2020
VerticalAlignment="Stretch">
2121

e-verse.Navisworks.SelectByRevitId.Installer/Dialogs/ProgressDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Background="{DynamicResource BackgroundColor}"
1616
BorderBrush="Transparent"
1717
BorderThickness="1"
18-
CornerRadius="8,8,8,8"
18+
CornerRadius="15,15,15,15"
1919
HorizontalAlignment="Stretch"
2020
VerticalAlignment="Stretch">
2121

e-verse.Navisworks.SelectByRevitId.Installer/Dialogs/WelcomeDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Background="{DynamicResource BackgroundColor}"
1616
BorderBrush="Transparent"
1717
BorderThickness="1"
18-
CornerRadius="8,8,8,8"
18+
CornerRadius="15,15,15,15"
1919
HorizontalAlignment="Stretch"
2020
VerticalAlignment="Stretch">
2121

-18.8 KB
Loading

0 commit comments

Comments
 (0)