We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe939c commit 11e2f04Copy full SHA for 11e2f04
src/prompt-box.vala
@@ -594,10 +594,10 @@ public class PromptBox : FadableBox
594
public void show_toggle_visibility_icon (Gtk.Entry entry)
595
{
596
if (entry.get_visibility ()) {
597
- entry.set_icon_from_icon_name(Gtk.EntryIconPosition.PRIMARY, "xapp-view-conceal-symbolic");
+ entry.set_icon_from_icon_name(Gtk.EntryIconPosition.PRIMARY, "xsi-view-conceal-symbolic");
598
}
599
else {
600
- entry.set_icon_from_icon_name(Gtk.EntryIconPosition.PRIMARY, "xapp-view-reveal-symbolic");
+ entry.set_icon_from_icon_name(Gtk.EntryIconPosition.PRIMARY, "xsi-view-reveal-symbolic");
601
602
603
0 commit comments