From ed9a5a55bb014cadb79383ba4e39ddee5087e2d1 Mon Sep 17 00:00:00 2001 From: Michael Chiang Date: Mon, 15 Jun 2015 16:50:52 -0700 Subject: [PATCH 1/2] VS 2013 notes --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 521a4850d8..584230bba6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ Before you fil an issue or a pull request, quickly read of the following tips on - The latest Xcode from the Apple App Store. ### Other Prerequisites (Windows) -- [Visual Studio 2013 Community](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) (or similar) +- [Visual Studio 2013 Community](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) (or similar) - Kitematic does not need any optional packages. - [Python](https://www.python.org/downloads/release/python-2710/) ### Getting Started From f4bc3f7e48ee18b843d8de26dad35a79202ffa3a Mon Sep 17 00:00:00 2001 From: Sean Li Date: Mon, 15 Jun 2015 18:55:49 -0700 Subject: [PATCH 2/2] Fixed delete button position. --- styles/left-panel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/left-panel.less b/styles/left-panel.less index 6ca8a99eb1..fd322339ac 100644 --- a/styles/left-panel.less +++ b/styles/left-panel.less @@ -166,7 +166,7 @@ display: none; flex: 1; position: relative; - top: 0.2rem; + top: 0.4rem; text-align: right; .btn { border: 1px solid @gray-lighter;