[gnome-characters/bilelmoussaoui/gtk4: 31/71] mark the sidebar separator as not navigatable
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters/bilelmoussaoui/gtk4: 31/71] mark the sidebar separator as not navigatable
- Date: Thu, 25 Nov 2021 11:03:11 +0000 (UTC)
commit 80f506db6130512a21fdc4b30c55b4d02c1714bd
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Mon Nov 22 08:20:39 2021 +0100
mark the sidebar separator as not navigatable
data/window.ui | 39 ++++++++++++++++++++++-----------------
1 file changed, 22 insertions(+), 17 deletions(-)
---
diff --git a/data/window.ui b/data/window.ui
index 994ef02..a6ec892 100644
--- a/data/window.ui
+++ b/data/window.ui
@@ -72,25 +72,30 @@
</object>
</child>
<child>
- <object class="GtkBox">
- <property name="orientation">vertical</property>
- <child>
- <object class="GtkSeparator">
- <property name="orientation">vertical</property>
- <style>
- <class name="sidebar"/>
- </style>
- </object>
- </child>
- <child>
- <object class="GtkSeparator">
+ <object class="AdwLeafletPage">
+ <property name="navigatable">false</property>
+ <property name="child">
+ <object class="GtkBox">
<property name="orientation">vertical</property>
- <property name="vexpand">True</property>
- <style>
- <class name="sidebar"/>
- </style>
+ <child>
+ <object class="GtkSeparator">
+ <property name="orientation">vertical</property>
+ <style>
+ <class name="sidebar"/>
+ </style>
+ </object>
+ </child>
+ <child>
+ <object class="GtkSeparator">
+ <property name="orientation">vertical</property>
+ <property name="vexpand">True</property>
+ <style>
+ <class name="sidebar"/>
+ </style>
+ </object>
+ </child>
</object>
- </child>
+ </property>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]