Mageia Bugzilla – Attachment 7934 Details for
Bug 18635
adwaita-gtk2-theme: impossible to modify the background colour of a GtkEntry or a wxTextCtrl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
A patch to restore the ability to set the background colour of GtkEntry or wxTextCtrl
gnome-themes-standard-3.20.2-allow-modification-of-bg-colour.patch (text/plain), 701 bytes, created by
Nicolas Salguero
on 2016-06-06 17:28:08 CEST
(
hide
)
Description:
A patch to restore the ability to set the background colour of GtkEntry or wxTextCtrl
Filename:
MIME Type:
Creator:
Nicolas Salguero
Created:
2016-06-06 17:28:08 CEST
Size:
701 bytes
patch
obsolete
>--- gnome-themes-standard-3.20.2/themes/Adwaita/gtk-2.0/main.rc~ 2016-05-15 15:04:31.000000000 +0200 >+++ gnome-themes-standard-3.20.2/themes/Adwaita/gtk-2.0/main.rc 2016-06-06 17:21:13.010538866 +0200 >@@ -1842,6 +1842,25 @@ > xthickness = 4 > ythickness = 4 > >+ engine "pixmap" { >+ image { >+ function = FLAT_BOX >+ detail = "entry_bg" >+ state = NORMAL >+ file = "assets/null.png" >+ border = { 0, 0, 0, 0 } >+ stretch = TRUE >+ } >+ image { >+ function = FLAT_BOX >+ detail = "entry_bg" >+ state = ACTIVE >+ file = "assets/null.png" >+ border = { 0, 0, 0, 0 } >+ stretch = TRUE >+ } >+ } >+ > } > > style "combobox" {
--- gnome-themes-standard-3.20.2/themes/Adwaita/gtk-2.0/main.rc~ 2016-05-15 15:04:31.000000000 +0200 +++ gnome-themes-standard-3.20.2/themes/Adwaita/gtk-2.0/main.rc 2016-06-06 17:21:13.010538866 +0200 @@ -1842,6 +1842,25 @@ xthickness = 4 ythickness = 4 + engine "pixmap" { + image { + function = FLAT_BOX + detail = "entry_bg" + state = NORMAL + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + image { + function = FLAT_BOX + detail = "entry_bg" + state = ACTIVE + file = "assets/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } + } style "combobox" {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18635
:
7927
|
7928
|
7929
|
7930
|
7931
|
7932
|
7933
| 7934