diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-04 23:18:21 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-04 23:28:07 +0100 |
| commit | 21a75a18f8fee47be196289932d564e58216d358 (patch) | |
| tree | 84a73aec9de7f9569d0e37737820423d14c21853 /fluid/pixmaps/flRoundButton.xpm | |
| parent | a0724ab7c4fedbd037d5b72332ae47fde8584dff (diff) | |
Fluid support for high res graphics
Changing all pixmaps to Hi DPI
Fixed wrong tooltip
Fixed misleading "invisible" indicator
Diffstat (limited to 'fluid/pixmaps/flRoundButton.xpm')
| -rw-r--r-- | fluid/pixmaps/flRoundButton.xpm | 50 |
1 files changed, 33 insertions, 17 deletions
diff --git a/fluid/pixmaps/flRoundButton.xpm b/fluid/pixmaps/flRoundButton.xpm index 6b38b09be..6df3461e5 100644 --- a/fluid/pixmaps/flRoundButton.xpm +++ b/fluid/pixmaps/flRoundButton.xpm @@ -1,7 +1,7 @@ /* XPM */ static const char * const flRoundButton_xpm[] = { /* width height ncolors chars_per_pixel */ -"16 16 7 1", +"32 32 7 1", /* colors */ "a c #606060", "b c #2020ff", @@ -11,20 +11,36 @@ static const char * const flRoundButton_xpm[] = { "f c #d0d0d0", "# c #000000", /* pixels */ -"................", -"................", -"......aaa.......", -"....aadddaa.....", -"...adddddddf....", -"...add###ddf....", -"..add#####ddf...", -"..add#####ddf...", -"..add#####ddf...", -"...add###ddf....", -"...adddddddf....", -"....ffdddff.....", -"......fff.......", -"................", -"................", -"................" +"................................", +"................................", +"................................", +"................................", +".............aaaaa..............", +"...........aaaaaaaaa............", +".........aaadddddddaaa..........", +"........aaadddddddddaaa.........", +".......aadddddddddddddff........", +"......aadddddddddddddddff.......", +"......aaddddd#####dddddff.......", +".....aaddddd#######dddddff......", +".....aadddd#########ddddff......", +"....aadddd###########ddddff.....", +"....aadddd###########ddddff.....", +"....aadddd###########ddddff.....", +"....aadddd###########ddddff.....", +"....aadddd###########ddddff.....", +".....aadddd#########ddddff......", +".....aaddddd#######dddddff......", +"......aaddddd#####dddddff.......", +"......aadddddddddddddddff.......", +".......aadddddddddddddff........", +"........fffdddddddddfff.........", +".........fffdddddddfff..........", +"...........fffffffff............", +".............fffff..............", +"................................", +"................................", +"................................", +"................................", +"................................" }; |
