diff --git a/ZeroTierUI/mainwindow.ui b/ZeroTierUI/mainwindow.ui index d2fad8111..0cedce318 100644 --- a/ZeroTierUI/mainwindow.ui +++ b/ZeroTierUI/mainwindow.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>720</width> - <height>300</height> + <width>850</width> + <height>400</height> </rect> </property> <property name="windowTitle"> @@ -229,8 +229,8 @@ <rect> <x>0</x> <y>0</y> - <width>720</width> - <height>22</height> + <width>850</width> + <height>34</height> </rect> </property> <property name="font"> diff --git a/ZeroTierUI/networkwidget.ui b/ZeroTierUI/networkwidget.ui index b7ba6d603..af025d5d6 100644 --- a/ZeroTierUI/networkwidget.ui +++ b/ZeroTierUI/networkwidget.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>580</width> + <width>689</width> <height>253</height> </rect> </property> @@ -380,6 +380,9 @@ <bold>true</bold> </font> </property> + <property name="statusTip"> + <string>Your system's Ethernet MAC address.</string> + </property> <property name="text"> <string>?</string> </property> diff --git a/windows/ZeroTierOne/ZeroTierOne.vcxproj b/windows/ZeroTierOne/ZeroTierOne.vcxproj index 6c5e7a1c1..6c6a02622 100644 --- a/windows/ZeroTierOne/ZeroTierOne.vcxproj +++ b/windows/ZeroTierOne/ZeroTierOne.vcxproj @@ -23,6 +23,8 @@ <ClCompile Include="..\..\main.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\node\C25519.cpp" /> <ClCompile Include="..\..\node\CertificateOfMembership.cpp" /> @@ -60,6 +62,8 @@ <ClCompile Include="..\..\selftest.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> </ClCompile> <ClCompile Include="ServiceBase.cpp" /> <ClCompile Include="ServiceInstaller.cpp" />