[longomatch] Remove borders in the GtkAspectFrame
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Remove borders in the GtkAspectFrame
- Date: Wed, 24 Sep 2014 20:15:57 +0000 (UTC)
commit 5190c4da669d1ad8fc74cb5f8b2c3fe0fd53bfc8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Aug 26 18:21:07 2014 +0200
Remove borders in the GtkAspectFrame
data/theme/gtk-2.0/gtkrc | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gtk-2.0/gtkrc b/data/theme/gtk-2.0/gtkrc
index 72b40aa..cf48ffe 100644
--- a/data/theme/gtk-2.0/gtkrc
+++ b/data/theme/gtk-2.0/gtkrc
@@ -254,6 +254,12 @@ style "longomatch-combobox" {
}
}
+style "longomatch-aspect-frame"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
include "buttons.rc"
include "notebook.rc"
include "teamcombobox.rc"
@@ -266,6 +272,8 @@ class "GtkWidget" style "longomatch-default"
class "GtkEntry" style "longomatch-entry"
class "GtkButton" style "longomatch-square-button"
class "GtkPaned" style "longomatch-handles"
+#Remove borders completely
+class "GtkAspectFrame" style "longomatch-aspect-frame"
# Background for the menubar
class "GtkMenuBar" style "longomatch-menubar"
class "GtkCheckButton" style "longomatch-checkbox"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]