Skip to content

Commit 99b0d3e

Browse files
sc0wraveit65
authored andcommitted
capplets/mouse: .svg files instead .png in doubleclick artwork
1 parent 7ebacdb commit 99b0d3e

File tree

9 files changed

+510
-7
lines changed

9 files changed

+510
-7
lines changed

‎capplets/common/capplet-stock-icons.c‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ typedef struct
4444

4545

4646
static CappletStockIcon items [] = {
47-
{ MOUSE_DBLCLCK_MAYBE, "double-click-maybe.png"},
48-
{ MOUSE_DBLCLCK_ON, "double-click-on.png"},
49-
{ MOUSE_DBLCLCK_OFF, "double-click-off.png"}
47+
{ MOUSE_DBLCLCK_MAYBE, "double-click-maybe.svg"},
48+
{ MOUSE_DBLCLCK_ON, "double-click-on.svg"},
49+
{ MOUSE_DBLCLCK_OFF, "double-click-off.svg"}
5050
};
5151

5252
static void

‎capplets/mouse/Makefile.am‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ mate_mouse_properties_SOURCES = \
1313

1414
pixmapdir = $(pkgdatadir)/pixmaps
1515
pixmap_DATA = \
16-
double-click-on.png \
17-
double-click-off.png \
18-
double-click-maybe.png
16+
double-click-on.svg \
17+
double-click-off.svg \
18+
double-click-maybe.svg
1919

2020
uidir = $(pkgdatadir)/ui
2121
ui_DATA = mate-mouse-properties.ui
-5.55 KB
Binary file not shown.
Lines changed: 168 additions & 0 deletions
Loading
-1.61 KB
Binary file not shown.
Lines changed: 95 additions & 0 deletions
Loading

‎capplets/mouse/double-click-on.png‎

-11.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)