Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-06-03 16:12:50 +0400
committerLluis Sanchez <lluis@novell.com>2010-06-03 16:12:50 +0400
commitc7bdb8e0c7ef00a795585bebec5ac4b81afe1f7a (patch)
treea2b1560710f76efc1f3ff680c28a9ad2fe5422c7 /main/src/core/MonoDevelop.Ide/ChangeLog
parentb49a989dc0cd07b841804fb2b8033c88fefae262 (diff)
* MonoDevelop.Components.DockToolbars/DockToolbar.cs: Don't enable
the arrow button by default. This is handled by DockToolbarPanel. * MonoDevelop.Components.DockToolbars/DockToolbarPanel.cs: Improved toolbar resizing algorithm in PackRow. Instead of reducing size in all toolbars pixel by pixel, it will now reduce button by button. Fixes bug #545746 - Toolbar on small screens. svn path=/trunk/monodevelop/; revision=158399
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ChangeLog')
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index 967bf23623..3c731b7cf2 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,5 +1,17 @@
2010-06-03 Lluis Sanchez Gual <lluis@novell.com>
+ * MonoDevelop.Components.DockToolbars/DockToolbar.cs: Don't
+ enable the arrow button by default. This is handled by
+ DockToolbarPanel.
+
+ * MonoDevelop.Components.DockToolbars/DockToolbarPanel.cs:
+ Improved toolbar resizing algorithm in PackRow. Instead of
+ reducing size in all toolbars pixel by pixel, it will now
+ reduce button by button. Fixes bug #545746 - Toolbar on
+ small screens.
+
+2010-06-03 Lluis Sanchez Gual <lluis@novell.com>
+
* MonoDevelop.Components.DockToolbars/DockToolbar.cs: Disable
custom drawing on the toolbar background since it hides the
arrow button.