mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
PixelPaint: Add separator in image menu
I think it looks a bit nicer having a separator between the "flip" and "rotate" sections.
This commit is contained in:
parent
7263e57ce8
commit
d645f637f1
Notes:
sideshowbarker
2024-07-18 04:48:40 +09:00
Author: https://github.com/mustafaquraish Commit: https://github.com/SerenityOS/serenity/commit/d645f637f1e Pull-request: https://github.com/SerenityOS/serenity/pull/9777
1 changed files with 1 additions and 0 deletions
|
@ -443,6 +443,7 @@ int main(int argc, char** argv)
|
|||
editor->image().flip(Gfx::Orientation::Horizontal);
|
||||
},
|
||||
window));
|
||||
image_menu.add_separator();
|
||||
image_menu.add_action(GUI::Action::create(
|
||||
"Rotate &Left", [&](auto&) {
|
||||
auto* editor = current_image_editor();
|
||||
|
|
Loading…
Reference in a new issue