]> git.lyx.org Git - lyx.git/commitdiff
up/down xpm's from Alfredo
authorJohn Levon <levon@movementarian.org>
Tue, 17 Dec 2002 19:59:47 +0000 (19:59 +0000)
committerJohn Levon <levon@movementarian.org>
Tue, 17 Dec 2002 19:59:47 +0000 (19:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5844 a592a061-630c-0410-9148-cb99ea01b6c8

lib/images/down.xpm [new file with mode: 0644]
lib/images/up.xpm [new file with mode: 0644]

diff --git a/lib/images/down.xpm b/lib/images/down.xpm
new file mode 100644 (file)
index 0000000..045d1f1
--- /dev/null
@@ -0,0 +1,10 @@
+/* XPM */
+static char const * down_xpm[] = {
+"9 5 2 1",
+"      c None",
+".     c #000000",
+".........",
+" ....... ",
+"  .....  ",
+"   ...   ",
+"    .    "};
diff --git a/lib/images/up.xpm b/lib/images/up.xpm
new file mode 100644 (file)
index 0000000..8b01651
--- /dev/null
@@ -0,0 +1,10 @@
+/* XPM */
+static char const * up_xpm[] = {
+"9 5 2 1",
+"      c None",
+".     c #000000",
+"    .    ",
+"   ...   ",
+"  .....  ",
+" ....... ",
+"........."};