From 57cdee59512e0c0fe11d3e98c2258431bcd87f51 Mon Sep 17 00:00:00 2001 From: Felix Ernst Date: Wed, 19 Oct 2022 19:10:02 +0200 Subject: Change the full row highlight checkbox to radiobuttons This commit changes how the setting to switch between full row highlight and the old way of only having the icons and names be activatable in details mode is presented on the settings page. Before this commit a singular checkbox is used that talks about the highlight effect. But the highlight effect isn't actually what users should be interested in. They mostly care how much of the area can be used to activate an item. To make this clear this commit uses radio buttons instead that give a distinctive choice between activation areas. --- src/settings/viewmodes/viewsettingstab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/settings/viewmodes/viewsettingstab.h') diff --git a/src/settings/viewmodes/viewsettingstab.h b/src/settings/viewmodes/viewsettingstab.h index 2cc133b52..4a4dc5694 100644 --- a/src/settings/viewmodes/viewsettingstab.h +++ b/src/settings/viewmodes/viewsettingstab.h @@ -56,7 +56,8 @@ private: DolphinFontRequester* m_fontRequester; QComboBox* m_widthBox; QComboBox* m_maxLinesBox; - QCheckBox* m_highlightEntireRow; + QRadioButton* m_entireRow; + QRadioButton* m_iconAndNameOnly; QCheckBox* m_expandableFolders; QRadioButton* m_numberOfItems; QRadioButton* m_sizeOfContents; -- cgit v1.3