diff options
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/check-empty.xpm | 30 | ||||
-rw-r--r-- | widgets/check-filled.xpm | 31 | ||||
-rw-r--r-- | widgets/e-table/check-empty.xpm | 30 | ||||
-rw-r--r-- | widgets/e-table/check-filled.xpm | 31 | ||||
-rw-r--r-- | widgets/table/check-empty.xpm | 30 | ||||
-rw-r--r-- | widgets/table/check-filled.xpm | 31 |
6 files changed, 90 insertions, 93 deletions
diff --git a/widgets/check-empty.xpm b/widgets/check-empty.xpm index 68c2c168ce..2dd873e137 100644 --- a/widgets/check-empty.xpm +++ b/widgets/check-empty.xpm @@ -1,21 +1,21 @@ /* XPM */ -static const char * check_empty_xpm[] = { +static char * check_empty_xpm[] = { "16 16 2 1", " c None", ". c #000000", " ", -" .............. ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" .............. ", +" ", +" ............ ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" ............ ", +" ", " "}; diff --git a/widgets/check-filled.xpm b/widgets/check-filled.xpm index c2a2b4a097..689d7a7967 100644 --- a/widgets/check-filled.xpm +++ b/widgets/check-filled.xpm @@ -1,22 +1,21 @@ /* XPM */ static char * check_filled_xpm[] = { -"16 16 3 1", +"16 16 2 1", " c None", ". c #000000", -"+ c #FF0000", " ", -" .............. ", -" . . ", -" . + . ", -" . ++ . ", -" . ++ . ", -" . +++ . ", -" . +++ . ", -" . ++ +++ . ", -" . ++++++ . ", -" . +++++ . ", -" . +++ . ", -" . + . ", -" . . ", -" .............. ", +" ", +" ............ ", +" . . ", +" . . . ", +" . .. . ", +" . ... . ", +" . . ... . ", +" . .. ... . ", +" . ..... . ", +" . ... . ", +" . . . ", +" . . ", +" ............ ", +" ", " "}; diff --git a/widgets/e-table/check-empty.xpm b/widgets/e-table/check-empty.xpm index 68c2c168ce..2dd873e137 100644 --- a/widgets/e-table/check-empty.xpm +++ b/widgets/e-table/check-empty.xpm @@ -1,21 +1,21 @@ /* XPM */ -static const char * check_empty_xpm[] = { +static char * check_empty_xpm[] = { "16 16 2 1", " c None", ". c #000000", " ", -" .............. ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" .............. ", +" ", +" ............ ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" ............ ", +" ", " "}; diff --git a/widgets/e-table/check-filled.xpm b/widgets/e-table/check-filled.xpm index c2a2b4a097..689d7a7967 100644 --- a/widgets/e-table/check-filled.xpm +++ b/widgets/e-table/check-filled.xpm @@ -1,22 +1,21 @@ /* XPM */ static char * check_filled_xpm[] = { -"16 16 3 1", +"16 16 2 1", " c None", ". c #000000", -"+ c #FF0000", " ", -" .............. ", -" . . ", -" . + . ", -" . ++ . ", -" . ++ . ", -" . +++ . ", -" . +++ . ", -" . ++ +++ . ", -" . ++++++ . ", -" . +++++ . ", -" . +++ . ", -" . + . ", -" . . ", -" .............. ", +" ", +" ............ ", +" . . ", +" . . . ", +" . .. . ", +" . ... . ", +" . . ... . ", +" . .. ... . ", +" . ..... . ", +" . ... . ", +" . . . ", +" . . ", +" ............ ", +" ", " "}; diff --git a/widgets/table/check-empty.xpm b/widgets/table/check-empty.xpm index 68c2c168ce..2dd873e137 100644 --- a/widgets/table/check-empty.xpm +++ b/widgets/table/check-empty.xpm @@ -1,21 +1,21 @@ /* XPM */ -static const char * check_empty_xpm[] = { +static char * check_empty_xpm[] = { "16 16 2 1", " c None", ". c #000000", " ", -" .............. ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" .............. ", +" ", +" ............ ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" ............ ", +" ", " "}; diff --git a/widgets/table/check-filled.xpm b/widgets/table/check-filled.xpm index c2a2b4a097..689d7a7967 100644 --- a/widgets/table/check-filled.xpm +++ b/widgets/table/check-filled.xpm @@ -1,22 +1,21 @@ /* XPM */ static char * check_filled_xpm[] = { -"16 16 3 1", +"16 16 2 1", " c None", ". c #000000", -"+ c #FF0000", " ", -" .............. ", -" . . ", -" . + . ", -" . ++ . ", -" . ++ . ", -" . +++ . ", -" . +++ . ", -" . ++ +++ . ", -" . ++++++ . ", -" . +++++ . ", -" . +++ . ", -" . + . ", -" . . ", -" .............. ", +" ", +" ............ ", +" . . ", +" . . . ", +" . .. . ", +" . ... . ", +" . . ... . ", +" . .. ... . ", +" . ..... . ", +" . ... . ", +" . . . ", +" . . ", +" ............ ", +" ", " "}; |