Quote:
Originally Posted by elibrarian
I have a small problem with the GUI for setting image alt's, though - it goes over the top of my screen, so that the Okay and Cancel-buttons aren't visible.
|
The width can be adjusted via a .json preference file entry.
1. Create an Access-Aide folder in the
sigil-ebook/sigil/plugins_prefs folder.
2. Create a text file with the name
Access-Aide.json in that folder.
3. Edit
Access-Aide.json and add the following entry:
Code:
{
"basewidth": 100
}
This will limit the width to 100 pixels. Adjust this value according to your needs.