11-16-2023, 05:56 PM | #1 |
Enthusiast
Posts: 49
Karma: 10
Join Date: Jul 2023
Device: none
|
Can the fonts for just the search and replace boxes be changed?
I find it very difficult to distinguish between “, ", and ” in the find and replace boxes.
|
11-16-2023, 06:03 PM | #2 |
Sigil Developer
Posts: 8,160
Karma: 5450818
Join Date: Nov 2009
Device: many
|
You can set the UserInterface font in Sigil Prefs. There are separate settings for CodeView fonts and Preview default fonts that can be set in Preferences as well. Nothing separate for just Find and Replace.
That said, you may be able to do that with Qt's qss files. Perhaps someone knows if that is possible and how. Last edited by KevinH; 11-16-2023 at 06:06 PM. |
Advert | |
|
11-17-2023, 03:26 AM | #3 |
Guru
Posts: 783
Karma: 2298438
Join Date: Jan 2017
Location: Poland
Device: Various
|
QSS is really great idea (and usually the simplest).
Just create/edit a qt_styles.qss file in the Sigil configuration folder and enter there: Code:
#cbFind, #cbReplace {font-family: "Georgia"; font-size: 16px;} |
03-22-2024, 12:46 PM | #4 | |
Evangelist
Posts: 420
Karma: 2737916
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Jutoh, Kobo Forma
|
Quote:
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Way to search replace for changed column names | Rellwood | Library Management | 1 | 11-06-2021 02:06 AM |
Regex in search problems (NOT Search&Replace; the search bar) | lairdb | Calibre | 3 | 03-15-2017 08:10 PM |
Behaviour of history and spaces in find/replace text boxes | arspr | Editor | 0 | 01-01-2014 06:04 PM |
Punctuation changed to boxes? | iheartcapnhook | Conversion | 2 | 11-11-2013 11:40 PM |
Find/Replace text into both dialog boxes | Steadyhands | Sigil | 5 | 02-25-2013 03:51 PM |