Bug 406740 - Content is too wide and requires horizontal scrolling
Summary: Content is too wide and requires horizontal scrolling
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_gtk (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-21 18:30 UTC by relikts2158
Modified: 2019-12-02 03:07 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.18.0


Attachments
GTK Style menu (220.89 KB, video/mp4)
2019-04-21 18:30 UTC, relikts2158
Details

Note You need to log in before you can comment on or make changes to this bug.
Description relikts2158 2019-04-21 18:30:55 UTC
Created attachment 119545 [details]
GTK Style menu

SUMMARY
Here’s what the GTK Style settings menu looks like in the resolution of 1366x768 (15.6 inch) - уou can see the problem in the attached video

EXPECTED RESULT
In this regard, I had a suggestion - to swap the blocks of “icon themes” and “behavior” to get rid of this ugly scroll bar

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.15
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.57.0
Qt Version: 5.12.0
Kernel Version: 4.15.0-47-generic
OS Type: 64-bit
Comment 1 Christoph Feck 2019-05-14 20:35:27 UTC
Scrollbar issue caused by the very long label in front of the very long radio option labels. Since I don't understand russian, I cannot decide if this is a translation issue.

If both texts really need to be that verbose, then the label for the radio buttons could be moved above the buttons.
Comment 2 Nate Graham 2019-12-02 03:07:22 UTC
Git commit e3274dba5fb2739b226d753df532b78ab123cf81 by Nate Graham, on behalf of Mikhail Zolotukhin.
Committed on 02/12/2019 at 03:07.
Pushed by ngraham into branch 'master'.

Remove unneeded options in GTK KCM

Summary:
Since font, icons, cursor theme, toolbar style, icons in menus and buttons settings are now in sync with corresponding plasma settings, they shouldn't be in GTK KCM anymore.

Depends on D24743
Related: bug 401008, bug 401123

FIXED-IN: 5.18.0

Test Plan:
Check if nothing breaks in GTK KCM functionality, that is left.

{F7617327}

{F7693105}

Reviewers: #vdg, #plasma, ngraham, nicolasfella

Reviewed By: #vdg, ngraham, nicolasfella

Subscribers: apol, ngraham, broulik, filipf, GB_2, plasma-devel

Tags: #plasma, #vdg

Maniphest Tasks: T10611

Differential Revision: https://phabricator.kde.org/D24744

M  +0    -3    CMakeLists.txt
M  +0    -14   src/abstractappearance.cpp
M  +0    -14   src/abstractappearance.h
M  +0    -23   src/appearancegtk2.cpp
M  +0    -33   src/appearancegtk3.cpp
M  +0    -7    src/appearencegtk.cpp
D  +0    -87   src/cursorthemesmodel.cpp
D  +0    -41   src/cursorthemesmodel.h
M  +0    -79   src/dialog_installer.cpp
M  +0    -14   src/dialog_installer.h
M  +0    -40   src/dialog_uninstaller.cpp
M  +0    -2    src/dialog_uninstaller.h
D  +0    -60   src/fontshelpers.cpp
D  +0    -30   src/fontshelpers.h
M  +2    -152  src/gtkconfigkcmodule.cpp
M  +0    -8    src/gtkconfigkcmodule.h
D  +0    -131  src/iconthemesmodel.cpp
D  +0    -45   src/iconthemesmodel.h
M  +0    -12   src/installer.cpp
M  +0    -7    src/installer.h
M  +0    -3    src/thread.cpp
M  +114  -260  src/ui/dialog_installer.ui
M  +0    -53   src/ui/dialog_uninstaller.ui
M  +121  -419  src/ui/gui.ui
M  +0    -14   tests/configsavetest.cpp

https://commits.kde.org/kde-gtk-config/e3274dba5fb2739b226d753df532b78ab123cf81