]> O.S.I.I.S - jp/crow.git/commitdiff
clean using
authorjpbruyere <jp.bruyere@hotmail.com>
Wed, 10 Feb 2016 10:01:44 +0000 (11:01 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Thu, 11 Feb 2016 03:33:58 +0000 (04:33 +0100)
Templates/ComboBox.goml
src/GraphicObjects/ComboBox.cs

index 5938117290378311df23e9daab048df42e94cb0b..7af1e2d3c2a1151fc81d0474848c67fe627768d5 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<Popper PopDirection="Bottom" Height="{../TemplatedHeight}" Width="{../TemplatedWidth}">
+<Popper Name="popper" PopDirection="Bottom" Height="{../TemplatedHeight}" Width="{../TemplatedWidth}">
        <Template>
                <Border CornerRadius="0" Foreground="LightGray" Height="{../TemplatedHeight}" Width="{../TemplatedWidth}">
                        <HorizontalStack Margin="1" Spacing="1" Height="{../../TemplatedHeight}" Width="{../../TemplatedWidth}">
index f337a2f408721d3668613916ff03c50a84b85043..7b98ca4f92b91507ea132b7b2032599c76f8650d 100644 (file)
@@ -1,23 +1,5 @@
 using System;
 
-
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-//using OpenTK.Graphics.OpenGL;
-
-using Cairo;
-
-using winColors = System.Drawing.Color;
-using System.Diagnostics;
-using System.Xml.Serialization;
-using OpenTK.Input;
-using System.ComponentModel;
-using System.Xml;
-using System.IO;
-using System.Collections;
-using System.Threading;
-
 namespace Crow
 {
        [DefaultTemplate("#Crow.Templates.ComboBox.goml")]