View Single Post
Old 04-28-2024, 10:09 PM   #178
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,714
Karma: 5444398
Join Date: Nov 2009
Device: many
Actually looking at the Find Replace code there is this snippet:

Code:
    // Set F&R Buttons to text-only if requested
    bool frButtonsTextOnly = settings.value("frbuttonstextonly", false).toBool();
    if (frButtonsTextOnly) {
        SetFRButtonsTextOnly();
    }
So in the Sigil ini settings there is a setting that tells Sigil to strip the icon from the FindReplace buttons. It is called "frbuttonstextonly".

There is no interface to change it but editing the Sigil v6 ini file and changing that key's value to return true should do what you want.

Last edited by KevinH; 04-28-2024 at 10:16 PM.
KevinH is offline   Reply With Quote