[gtk+] inspector: Fix up resource tab appearance
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] inspector: Fix up resource tab appearance
- Date: Sat, 11 Oct 2014 04:59:56 +0000 (UTC)
commit 6bbedfe5f3b1f600f7608c81262fa03ef3ae8d9a
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Oct 10 16:15:01 2014 -0400
inspector: Fix up resource tab appearance
Now that it is not in a notebook anymore, we lost the view
class in the background. Add it back.
gtk/inspector/resource-list.ui | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gtk/inspector/resource-list.ui b/gtk/inspector/resource-list.ui
index 10290db..d09334b 100644
--- a/gtk/inspector/resource-list.ui
+++ b/gtk/inspector/resource-list.ui
@@ -137,10 +137,12 @@
<property name="hscrollbar-policy">automatic</property>
<property name="vscrollbar-policy">automatic</property>
<property name="shadow-type">in</property>
+ <style>
+ <class name="view"/>
+ </style>
<child>
<object class="GtkTextView">
<property name="visible">True</property>
- <property name="margin">20</property>
<property name="editable">False</property>
<property name="buffer">buffer</property>
</object>
@@ -157,10 +159,12 @@
<property name="hscrollbar-policy">automatic</property>
<property name="vscrollbar-policy">automatic</property>
<property name="shadow-type">in</property>
+ <style>
+ <class name="view"/>
+ </style>
<child>
<object class="GtkImage" id="image">
<property name="visible">True</property>
- <property name="margin">20</property>
<property name="halign">center</property>
<property name="valign">center</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]