Quote:
Originally Posted by DiapDealer
I believe we were once experimenting with a user setting to turn off the F&R icons. Reading an ini pref from the SettingsStore is a much quicker/easier test than coding environment variable logic (not to mention coding UI integration). So it can probably more accurately be described as an abandoned/incomplete/vestigial/forgotten experiment, rather than a secret parameter. There are no secrets in open source code, after all.
I believe it was determined that the qss option was sufficient for the 8 people in the world who refused to accept/embrace the new F&R icons at the time. No full ui-configurable parameter required.
By the way... is "Settings Catalog" really one of the translations of "Open Preferences Location"?
|
I'm 1 of the 8
I don't appear to have anything regarding F&R buttons in qt.qss, all I have is this:
Code:
:focus {border: 1px solid yellow;}
QMenu {border: 1px solid yellow;}
QComboBox#cbSearchMode QAbstractItemView,
QComboBox#cbLookWhere QAbstractItemView,
QComboBox#cbSearchDirection QAbstractItemView {border: 1px solid yellow;}
However I do have the setting in sigil_v6.ini, viz:
Code:
. . .
[find_replace]
visible=true
advanced_visible=true
regexoptiontextonly=true
frbuttonstextonly=true
regexoptionunicodeproperty=false
search_mode=0
look_where=0
search_direction=0
. . .
Should I replace the .ini setting with qt.qss code, and if so can someone provide the code I need to add?
BR