]> git.lyx.org Git - features.git/commitdiff
super- and subscript buttons for the math panel
authorAndré Pönitz <poenitz@gmx.net>
Thu, 3 Jan 2002 15:42:48 +0000 (15:42 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 3 Jan 2002 15:42:48 +0000 (15:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3288 a592a061-630c-0410-9148-cb99ea01b6c8

images/ChangeLog
images/sub.xpm [new file with mode: 0644]
images/super.xpm [new file with mode: 0644]

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..74f5cc4e6ed7f8ff3479749f8cd928361245a82b 100644 (file)
@@ -0,0 +1,4 @@
+2002-01-03     Martin Vermeer <martin.vermeer@hut.fi>
+
+       * super.xpm:
+       * sub.xpm: sub- and superscript buttons for the math panel
diff --git a/images/sub.xpm b/images/sub.xpm
new file mode 100644 (file)
index 0000000..e64c033
--- /dev/null
@@ -0,0 +1,26 @@
+/* XPM */
+static char const * sub_xpm[] = {
+"20 20 3 1",
+"      c None",
+".     c #000000000000",
+"X     c #00000000FFFF",
+"                    ",
+"                    ",
+"                    ",
+"                    ",
+"   ......           ",
+"   .    .           ",
+"   .    .           ",
+"   .    .           ",
+"   .    .           ",
+"   .    .           ",
+"   .    . XXXXX     ",
+"   .    . X   X     ",
+"   .    . X   X     ",
+"   ...... X   X     ",
+"          X   X     ",
+"          X   X     ",
+"          XXXXX     ",
+"                    ",
+"                    ",
+"                    "};
diff --git a/images/super.xpm b/images/super.xpm
new file mode 100644 (file)
index 0000000..df01612
--- /dev/null
@@ -0,0 +1,26 @@
+/* XPM */
+static char const * super_xpm[] = {
+"20 20 3 1",
+"      c None",
+".     c #00000000FFFF",
+"X     c #000000000000",
+"                    ",
+"          .....     ",
+"          .   .     ",
+"          .   .     ",
+"   XXXXXX .   .     ",
+"   X    X .   .     ",
+"   X    X .   .     ",
+"   X    X .....     ",
+"   X    X           ",
+"   X    X           ",
+"   X    X           ",
+"   X    X           ",
+"   X    X           ",
+"   XXXXXX           ",
+"                    ",
+"                    ",
+"                    ",
+"                    ",
+"                    ",
+"                    "};