Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored fixed with font to be more robust (#234) #243

Merged
merged 1 commit into from
Jan 2, 2021

Conversation

sjtringali
Copy link
Contributor

NEdit classic applied fixed-width fonts as a design decision to all
text-entry fields. This was done with a VendorShell resource which
categorized fonts into button fonts, label fonts, text fonts, etc.
Here we use QWidget class-based defaults which is the closest thing.

NEdit classic applied fixed-width fonts as a design decision to all
text-entry fields. This was done with a VendorShell resource which
categorized fonts into button fonts, label fonts, text fonts, etc.
Here we use QWidget class-based defaults which is the closest thing.
@eteran eteran merged commit 241805a into eteran:master Jan 2, 2021
@eteran
Copy link
Owner

eteran commented Jan 2, 2021

Nice, I had no idea you could apply fonts to a widget type by string like that.,

1div0 pushed a commit to 1div0/nedit-ng that referenced this pull request Mar 24, 2021
NEdit classic applied fixed-width fonts as a design decision to all
text-entry fields. This was done with a VendorShell resource which
categorized fonts into button fonts, label fonts, text fonts, etc.
Here we use QWidget class-based defaults which is the closest thing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants