Added gui elements for setting margins and auto-replace
This commit is contained in:
@@ -70,3 +70,18 @@ class nwLabels():
|
||||
}
|
||||
|
||||
# END Class nwLabels
|
||||
|
||||
class nwQuotes():
|
||||
|
||||
SINGLE = [
|
||||
("'", "'", "Straight"),
|
||||
("‘", "’", "English"),
|
||||
]
|
||||
DOUBLE = [
|
||||
("\"", "\"", "Straight"),
|
||||
("“", "”", "English"),
|
||||
("«", "»", "Frensh"),
|
||||
("»", "«", "Danish"),
|
||||
]
|
||||
|
||||
# END Class nwQuotes
|
||||
|
||||
Reference in New Issue
Block a user