diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-09-15 12:00:01 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-09-15 12:00:01 +0300 |
commit | 5901559d36c1a8750a77619e9c3f39a5d75f90cc (patch) | |
tree | 4689c22f347e15157fe790e67b10c286a9ee71d1 | |
parent | a1cbf94359cbe0e39ff49e4f639f7dd15d17fbcf (diff) | |
download | emacs-5901559d36c1a8750a77619e9c3f39a5d75f90cc.tar.gz |
Add separator.pbm tool-bar image
* etc/images/separator.pbm: New file. Having it avoids the side
effect of changing the tool-bar height when the default font's size
changes and XPM image support is not available, due to the SPC
characters that are left in the Lisp string used to display the tool
bar, because there are no images to display instead of those SPC
characters.
-rw-r--r-- | etc/images/separator.pbm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/images/separator.pbm b/etc/images/separator.pbm new file mode 100644 index 00000000000..3b471dbe178 --- /dev/null +++ b/etc/images/separator.pbm @@ -0,0 +1,3 @@ +P4 +2 24 +ÀÀ€€€€€€€€€€€€€€€€€€€€ÀÀ
\ No newline at end of file |