Skip to content

Commit

Permalink
Update LanguageView.vala
Browse files Browse the repository at this point in the history
Co-authored-by: Ryo Nakano <ryonakaknock3@gmail.com>
  • Loading branch information
danirabbit and ryonakano authored Oct 15, 2024
1 parent 6153d86 commit f638619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/LanguageView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public class Installer.LanguageView : AbstractInstallerView {
this.lang_entry = lang_entry;

image = new Gtk.Image () {
halign = Gtk.Align.END,
halign = END,
hexpand = true
};

Expand Down

0 comments on commit f638619

Please sign in to comment.