Skip to content

Commit

Permalink
TextField - Make it centered again
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 28, 2023
1 parent 08d9545 commit f2f63cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Widgets/TextField.vala
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
empty_title.visible = false;
empty_title.halign = Gtk.Align.START;
empty_title.margin_start = 16;
empty_title.margin_top = 8;
empty_title.margin_top = 6;
empty_title.add_css_class ("placeholder");

entry.activates_default = true;
Expand Down

0 comments on commit f2f63cd

Please sign in to comment.