diff options
| author | Conway <[email protected]> | 2026-01-24 12:20:08 -0500 |
|---|---|---|
| committer | Conway <[email protected]> | 2026-03-09 13:44:11 -0400 |
| commit | c8ecdb45dde6f850a8eaefc661528dd2d43677a3 (patch) | |
| tree | b273fe0608967380cc09eb3cc0a371daf93cb176 /src/settings/viewmodes/viewsettingstab.h | |
| parent | 4a7be9f25332942b071e7a1659a7aed67236cfb8 (diff) | |
Adds options for pixel scaling and filename extensionspixelated-scaling-option
Diffstat (limited to 'src/settings/viewmodes/viewsettingstab.h')
| -rw-r--r-- | src/settings/viewmodes/viewsettingstab.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/settings/viewmodes/viewsettingstab.h b/src/settings/viewmodes/viewsettingstab.h index 6ea7a3bf3..fef4a03fe 100644 --- a/src/settings/viewmodes/viewsettingstab.h +++ b/src/settings/viewmodes/viewsettingstab.h @@ -15,7 +15,6 @@ class QCheckBox; class QSlider; class QSpinBox; class QRadioButton; -class QLabel; /** * @brief Represents one tab of the view-settings page. @@ -37,7 +36,6 @@ private Q_SLOTS: void slotDefaultSliderMoved(int value); void slotPreviewSliderMoved(int value); - void checkFontStyle(); private: void loadSettings(); @@ -54,7 +52,7 @@ private: QRadioButton *m_entireRow; QRadioButton *m_iconAndNameOnly; QCheckBox *m_expandableFolders; - QLabel *m_fontWarningLabel; + QCheckBox *m_pixelatedScaling; }; -#endif
\ No newline at end of file +#endif |
