Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <cody@jhu.edu>2015-06-10 21:06:03 +0300
committerCody Russell <cody@jhu.edu>2015-06-10 21:08:34 +0300
commitac7ce262a8abd501f0595223abf8ba31f128980e (patch)
tree776f657927e44da578730c4c12382d3dfc35c722 /main/src/core/MonoDevelop.Ide/gtkrc.mac
parentb0b4f07e59d4eeddc2b3f592777f8b27e891082e (diff)
[gtkrc] Unset RGBA in themes for GtkButton, GtkComboBox, and GtkEntry.
This was causing weird artifacts to appear in the RGBA popover windows in the Android designer.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.mac')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.mac6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.mac b/main/src/core/MonoDevelop.Ide/gtkrc.mac
index 8db60738fd..6d6fced496 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.mac
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.mac
@@ -124,6 +124,7 @@ style "button" {
GtkWidget::focus-padding = 0
engine "xamarin" {
+ rgba = FALSE
contrast = 1.0
gradient_shades = {0.96, 0.918, 0.926, 0.858}
focus_color = shade(0.6, @bg_color)
@@ -150,6 +151,7 @@ style "toggle-button" = "button" {
bg[PRELIGHT] = shade(0.98, @base_color)
engine "xamarin" {
+ rgba = FALSE
contrast = 1.0
gradient_shades = {0.96, 0.918, 0.926, 0.858}
focus_color = shade(0.6, @bg_color)
@@ -301,6 +303,10 @@ style "entry" = "default"
ythickness = 4
GtkEntry::inner-border = { 2, 2, 2, 2 }
base[INSENSITIVE] = shade(1.02, @bg_color)
+
+ engine "xamarin" {
+ rgba = FALSE
+ }
}
style "search-entry" = "wider"