options_themepv: shorten magenta to see a bit more white

This commit is contained in:
Boris Faure 2020-10-13 23:50:07 +02:00
parent 7c503f571d
commit d669fbcfa5
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 5 additions and 3 deletions

View File

@ -94,7 +94,9 @@ _cb_resize(void *_data EINA_UNUSED,
Evas_Object *
options_theme_preview_add(Evas_Object *parent, Config *config, const char *file, Evas_Coord w, Evas_Coord h)
options_theme_preview_add(Evas_Object *parent,
Config *config,
const char *file, Evas_Coord w, Evas_Coord h)
{
Evas_Object *o, *oo, *obase, *oe, *obg;
Evas *evas;
@ -194,9 +196,9 @@ options_theme_preview_add(Evas_Object *parent, Config *config, const char *file,
#define X "\x01\x01\x02\x10"
_row_set(o, 0, " "F("\x04")"$"X" "F("\x19")">"X" test");
_row_set(o, 1, F("\x02")"black"X" "F("\x03")"red"X" "F("\x04")"green"X" "F("\x05")"yellow");
_row_set(o, 2, F("\x06")"blue"X" "F("\x07")"magenta"X" "F("\x08")"cyan"X" "F("\x09")"white");
_row_set(o, 2, F("\x06")"blue"X" "F("\x07")"mag"X" "F("\x08")"cyan"X" "F("\x09")"white");
_row_set(o, 3, F("\x12")"black"X" "F("\x13")"red"X" "F("\x14")"green"X" "F("\x15")"yellow");
_row_set(o, 4, F("\x16")"blue"X" "F("\x17")"magenta"X" "F("\x18")"cyan"X" "F("\x19")"white");
_row_set(o, 4, F("\x16")"blue"X" "F("\x17")"mag"X" "F("\x18")"cyan"X" "F("\x19")"white");
for (y = 5; y < 24; y++) _row_set(o, y, "");
evas_object_show(o);