[gtk: 1/60] inspector: Avoid double borders in the accessibility tab
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/60] inspector: Avoid double borders in the accessibility tab
- Date: Sat, 5 Sep 2020 13:54:20 +0000 (UTC)
commit 6371fca799fde7640f3c24c50b1ff3d71af9d82c
Author: nana-4 <hnmaigo gmail com>
Date: Fri Aug 7 20:14:19 2020 +0900
inspector: Avoid double borders in the accessibility tab
Replace the frame with a separator.
gtk/inspector/a11y.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/inspector/a11y.ui b/gtk/inspector/a11y.ui
index 0ebf01d84d..957453aa2c 100644
--- a/gtk/inspector/a11y.ui
+++ b/gtk/inspector/a11y.ui
@@ -28,15 +28,15 @@
</child>
</object>
</child>
+ <child>
+ <object class="GtkSeparator"/>
+ </child>
<child>
<object class="GtkScrolledWindow">
<property name="vexpand">1</property>
<child>
<object class="GtkColumnView" id="attributes">
<property name="show-column-separators">1</property>
- <style>
- <class name="frame"/>
- </style>
<child>
<object class="GtkColumnViewColumn">
<property name="title" translatable="yes">Attribute</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]