[gnome-themes-standard/wip/jimmac/updated-gtk2: 65/106] Use x/ythickness instead of GTK properties in buttons.
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/jimmac/updated-gtk2: 65/106] Use x/ythickness instead of GTK properties in buttons.
- Date: Thu, 3 Mar 2016 22:22:46 +0000 (UTC)
commit 54ae2cc73828ef324283ffddbad82885f132f3ef
Author: Juraj Fiala <doctorjellyface riseup net>
Date: Mon Feb 15 15:21:06 2016 +0100
Use x/ythickness instead of GTK properties in buttons.
Increases compatiblity with Qt.
themes/Adwaita/gtk-2.0/main.rc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/main.rc b/themes/Adwaita/gtk-2.0/main.rc
index d565de0..cba479d 100644
--- a/themes/Adwaita/gtk-2.0/main.rc
+++ b/themes/Adwaita/gtk-2.0/main.rc
@@ -37,7 +37,7 @@ style "default" {
GtkButton::default-border = {0, 0, 0, 0}
GtkButton::default-outside-border = {0, 0, 0, 0}
- GtkButton::inner-border = {5, 5, 3, 3}
+ GtkButton::inner-border = {0, 0, 0, 0}
GtkEntry::state-hint = 1
GtkEntry::inner-border = {7, 7, 4, 5}
@@ -1036,8 +1036,8 @@ style "menu_item" {
style "button" {
- xthickness = 3
- ythickness = 3
+ xthickness = 8
+ ythickness = 6
engine "pixmap" {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]