[longomatch] Don't wrap teams names into a scrolled window



commit 4074a68f3cbfc23c7a458416ad17c573e4dc84b0
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Feb 9 17:34:26 2015 +0100

    Don't wrap teams names into a scrolled window

 LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
index 8a2ca29..d0f0dc1 100644
--- a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
@@ -115,6 +115,7 @@ namespace LongoMatch.Gui.Panel
                        vsimage.WidthRequest = StyleConf.NewTeamsSpacing;
                        hometeamscombobox.WidthRequest = awayteamscombobox.WidthRequest = 
StyleConf.NewTeamsComboWidth;
                        hometeamscombobox.HeightRequest = awayteamscombobox.HeightRequest = 
StyleConf.NewTeamsComboHeight;
+                       hometeamscombobox.WrapWidth = awayteamscombobox.WrapWidth = 1;
                        homealignment.Xscale = awayalignment.Xscale = 0;
                        homealignment.Xalign = 0.8f;
                        awayalignment.Xalign = 0.2f;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]