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:
authorVsevolod Kukol <sevoku@xamarin.com>2016-05-30 09:19:28 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2016-05-30 09:19:28 +0300
commitd648b78d3d0d964a9f525fc39b80759918ce909c (patch)
tree74db4a41e5a65a9087d77d4b071fbbdc5f16f9d7 /main/src/core/MonoDevelop.Ide/gtk-gui
parent277ee60867d8370b804b0488890544f75d1aad42 (diff)
[Ide] Fix warning label updating in key bindings panel
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs
index a11b63bf2f..30c373637d 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs
@@ -201,6 +201,7 @@ namespace MonoDevelop.Ide.Gui.OptionPanels
this.labelMessage.Name = "labelMessage";
this.labelMessage.Xalign = 0F;
this.labelMessage.UseMarkup = true;
+ this.labelMessage.Ellipsize = Pango.EllipsizeMode.End;
this.vbox.Add (this.labelMessage);
global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox [this.labelMessage]));
w17.Position = 5;