diff options
author | Brandon Scott <xeons@users.noreply.github.com> | 2019-10-01 00:18:20 -0500 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-10-01 09:17:56 +0200 |
commit | 08a1fb8f1a1e762fa4dc0e67d8162582a6ba2823 (patch) | |
tree | 227c0384681d699809dc544faf32239966262b30 /Base | |
parent | 3fb88cb76d27831bed18bd910713db9b522b9394 (diff) | |
download | serenity-08a1fb8f1a1e762fa4dc0e67d8162582a6ba2823.zip |
LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.
GFilePicker
- Fixed GFilePicker to use new ref-counted construct method to stop crashing on open dialog.
- PaintBrush is still crashing on open dialog due to an unrelated issue.
PaintBrush
- Created 16x16 icon for PaintBrush
- Moved Open option into App menu.
- Changed help menu to make use of the standardized About dialog.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/16x16/app-paintbrush.png | bin | 0 -> 473 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/app-paintbrush.png b/Base/res/icons/16x16/app-paintbrush.png Binary files differnew file mode 100644 index 0000000000..0a19a33148 --- /dev/null +++ b/Base/res/icons/16x16/app-paintbrush.png |