mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
swap colors: superscript box should be blue, not black
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18058 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5265a8c02c
commit
e870207601
@ -2,8 +2,8 @@
|
|||||||
static char const * super_xpm[] = {
|
static char const * super_xpm[] = {
|
||||||
"20 20 3 1",
|
"20 20 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #000000",
|
"X c #000000",
|
||||||
"X c #0000ff",
|
". c #0000ff",
|
||||||
" ",
|
" ",
|
||||||
" ..... ",
|
" ..... ",
|
||||||
" . . ",
|
" . . ",
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
static char const * super_xpm[] = {
|
static char const * super_xpm[] = {
|
||||||
"20 20 3 1",
|
"20 20 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #000000",
|
"X c #000000",
|
||||||
"X c #0000ff",
|
". c #0000ff",
|
||||||
" ",
|
" ",
|
||||||
" ..... ",
|
" ..... ",
|
||||||
" . . ",
|
" . . ",
|
||||||
|
Loading…
Reference in New Issue
Block a user