[sysprof/wip/gtk4-port] libsysprof-ui: remove unnecessary box from hierarchy
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/gtk4-port] libsysprof-ui: remove unnecessary box from hierarchy
- Date: Fri, 1 Apr 2022 23:40:58 +0000 (UTC)
commit 39a6fe346660c9b8ff0e06b26389d0fc34ad4e3a
Author: Christian Hergert <chergert redhat com>
Date: Fri Apr 1 16:39:50 2022 -0700
libsysprof-ui: remove unnecessary box from hierarchy
src/libsysprof-ui/sysprof-display.ui | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
---
diff --git a/src/libsysprof-ui/sysprof-display.ui b/src/libsysprof-ui/sysprof-display.ui
index 8fc5c106..61fceb7a 100644
--- a/src/libsysprof-ui/sysprof-display.ui
+++ b/src/libsysprof-ui/sysprof-display.ui
@@ -22,18 +22,8 @@
<object class="EggPaned">
<property name="orientation">vertical</property>
<child>
- <object class="GtkBox">
- <property name="vexpand">0</property>
- <property name="orientation">vertical</property>
- <child>
- <object class="SysprofVisualizersFrame" id="visualizers">
- <property name="vexpand">true</property>
- <property name="visible">true</property>
- </object>
- </child>
- <child>
- <object class="GtkSeparator"/>
- </child>
+ <object class="SysprofVisualizersFrame" id="visualizers">
+ <property name="vexpand">false</property>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]