Skip to content

Commit

Permalink
Update release dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Apr 26, 2021
1 parent 2462abd commit f2a6b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dialogs/ReleaseDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class Akira.Dialogs.ReleaseDialog : Gtk.Dialog {
scrolled.expand = true;

var release_info = new Gtk.TextView ();
release_info.buffer.text = "New color picker for Fills and Borders.\nZooming with mouse wheel follows the position of the cursor.\nFix loading Artboards background color when opening a file.\nFix numbering of newly created items.\nFix Gtk-CRITICAL warning when opening the Export Dialog.\nFix flipping items inside Artboards.\nFix crash when dropping flipped items inside Artboards.\nGeneral code improvements and optimization.\n";
release_info.buffer.text = "Complete rebuild of the Canvas library architecture.\nImplemented Pixel Grid.\n✓ Customize color of Pixel Grid.\nImplemented smart Snapping Guides.\n✓ Customize color and magnetic threshold of Snapping Guides.\nAllow items resizing in all directions.\nAdd images via click and drag with the Image Tool.\nHandle multiple Fills and Border colors for each item.\nAllow scaling items from the center.\n✓ Enable dropping images on the canvas.\nA lot of code improvements and optimization.\n";
release_info.pixels_below_lines = 3;
release_info.border_width = 12;
release_info.wrap_mode = Gtk.WrapMode.WORD;
Expand Down

1 comment on commit f2a6b24

@bigfatbird
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it 😍

Please sign in to comment.