From 17818a26efc9d30a4d4717e33e32b78e45003d81 Mon Sep 17 00:00:00 2001 From: Bastian Schmidt Date: Sun, 5 Nov 2017 19:11:55 +0100 Subject: [PATCH] Adding changelog for #486 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 3dc38c845..316af7b92 100644 --- a/Changelog.md +++ b/Changelog.md @@ -161,6 +161,7 @@ - [#473](../../issues/473) - RibbonWindow does not resize when Children resize and SizeToContent is used - [#481](../../issues/481) - ToggleButton behaviour is wrong when GroupName is set - [#485](../../issues/485) - InRibbonGallery broken when ItemsSource is empty + - [#486](../../issues/486) - Stretching of DropDownButton differs from Button - ### Enhancements - `LayoutTransform` and `RenderTransform` can now be used directly on `RibbonWindow` as this now gets forwarded to the first template child of the window. Have a look at `TestWindow` in the showcase application for an example on how to use it. This was added as the fix for [#430](../../issues/430).