Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339234 Details for
Bug 458068
x11-themes/gnome-themes-standard: narrow scrollbars might violate accessibility regulation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to enable horrible scroll bars in x11-themes/gnome-themes-standard-3.6.2
gnome-themes-standard-3.6.2-ugly-scrollbar.patch (text/plain), 1.51 KB, created by
Alexandre Rostovtsev (RETIRED)
on 2013-02-18 11:32:49 UTC
(
hide
)
Description:
patch to enable horrible scroll bars in x11-themes/gnome-themes-standard-3.6.2
Filename:
MIME Type:
Creator:
Alexandre Rostovtsev (RETIRED)
Created:
2013-02-18 11:32:49 UTC
Size:
1.51 KB
patch
obsolete
>diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc >index 64904ac..3819bd0 100755 >--- a/themes/Adwaita/gtk-2.0/gtkrc >+++ b/themes/Adwaita/gtk-2.0/gtkrc >@@ -34,12 +34,12 @@ style "default" > > GtkScrollbar::trough-border = 0 > GtkRange::trough-border = 0 >- GtkRange::slider-width = 13 >- GtkRange::stepper-size = 0 >+ GtkRange::slider-width = 16 >+ GtkRange::stepper-size = 17 > > GtkScrollbar::activate-slider = 1 >- GtkScrollbar::has-backward-stepper = 0 >- GtkScrollbar::has-forward-stepper = 0 >+ GtkScrollbar::has-backward-stepper = 1 >+ GtkScrollbar::has-forward-stepper = 1 > GtkScrollbar::min-slider-length = 42 > GtkScrolledWindow ::scrollbar-spacing = 0 > GtkScrolledWindow ::scrollbars-within-bevel = 1 >diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css >index cbb858b..e56ee50 100644 >--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css >+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css >@@ -2024,9 +2024,9 @@ GtkComboBox .button *:hover { > background-image: none; > border-style: solid; > -GtkRange-trough-border: 0; >- -GtkScrollbar-has-backward-stepper: false; >- -GtkScrollbar-has-forward-stepper: false; >- -GtkRange-slider-width: 13; >+ -GtkScrollbar-has-backward-stepper: true; >+ -GtkScrollbar-has-forward-stepper: true; >+ -GtkRange-slider-width: 16; > -GtkScrollbar-min-slider-length: 42; /* minimum size for the slider. sadly can't be in '.slider' where it belongs */ > > -GtkRange-stepper-spacing: 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 458068
: 339234