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/Fl_Type.h | |
| 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/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 1810bf30d..2ba7e3047 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -832,7 +832,7 @@ public: } Fl_Widget_Type *_make() {return new Fl_Input_Choice_Type();} virtual void build_menu(); - int pixmapID() { return 15; } + int pixmapID() { return 53; } void copy_properties(); }; |
