[gtk: 2/3] inspector: Avoid double borders in the resource tab
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 2/3] inspector: Avoid double borders in the resource tab
- Date: Tue, 25 Aug 2020 20:18:49 +0000 (UTC)
commit b79797ea9757c8acb85b7687518b71d0a484a616
Author: nana-4 <hnmaigo gmail com>
Date: Tue Aug 25 14:24:50 2020 +0900
inspector: Avoid double borders in the resource tab
Replace the frames with a separator.
gtk/inspector/resource-list.ui | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gtk/inspector/resource-list.ui b/gtk/inspector/resource-list.ui
index 3c558da420..358458327d 100644
--- a/gtk/inspector/resource-list.ui
+++ b/gtk/inspector/resource-list.ui
@@ -182,6 +182,9 @@
</child>
</object>
</child>
+ <child>
+ <object class="GtkSeparator"/>
+ </child>
<child>
<object class="GtkStack" id="content">
<child>
@@ -191,7 +194,6 @@
<object class="GtkScrolledWindow">
<property name="hexpand">1</property>
<property name="vexpand">1</property>
- <property name="has-frame">1</property>
<style>
<class name="view"/>
</style>
@@ -212,7 +214,6 @@
<object class="GtkScrolledWindow">
<property name="hexpand">1</property>
<property name="vexpand">1</property>
- <property name="has-frame">1</property>
<style>
<class name="view"/>
</style>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]