libsysprof-ui: cleanup marks page

This commit is contained in:
Christian Hergert
2022-04-01 13:51:14 -07:00
parent b048b78429
commit 31201aef63

View File

@ -5,11 +5,9 @@
<object class="GtkStack" id="stack"> <object class="GtkStack" id="stack">
<property name="hhomogeneous">false</property> <property name="hhomogeneous">false</property>
<property name="vhomogeneous">false</property> <property name="vhomogeneous">false</property>
<property name="visible">true</property>
<child> <child>
<object class="GtkBox" id="marks"> <object class="GtkBox" id="marks">
<property name="orientation">horizontal</property> <property name="orientation">horizontal</property>
<property name="visible">true</property>
<child> <child>
<object class="GtkBox" id="details_box"> <object class="GtkBox" id="details_box">
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
@ -17,12 +15,10 @@
<property name="margin-bottom">6</property> <property name="margin-bottom">6</property>
<property name="margin-start">6</property> <property name="margin-start">6</property>
<property name="margin-end">6</property> <property name="margin-end">6</property>
<property name="visible">true</property>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="yes">Details</property> <property name="label" translatable="yes">Details</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="visible">true</property>
<property name="margin-bottom">6</property> <property name="margin-bottom">6</property>
<attributes> <attributes>
<attribute name="weight" value="bold"/> <attribute name="weight" value="bold"/>
@ -34,13 +30,11 @@
<property name="hexpand">false</property> <property name="hexpand">false</property>
<property name="vexpand">true</property> <property name="vexpand">true</property>
<property name="margin-start">6</property> <property name="margin-start">6</property>
<property name="visible">true</property>
<property name="column-spacing">6</property> <property name="column-spacing">6</property>
<property name="row-spacing">3</property> <property name="row-spacing">3</property>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="yes">Group</property> <property name="label" translatable="yes">Group</property>
<property name="visible">true</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
@ -54,7 +48,6 @@
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="yes">Mark</property> <property name="label" translatable="yes">Mark</property>
<property name="visible">true</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<property name="yalign">0</property> <property name="yalign">0</property>
<style> <style>
@ -69,7 +62,6 @@
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="yes">Time</property> <property name="label" translatable="yes">Time</property>
<property name="visible">true</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
@ -83,7 +75,6 @@
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="yes">End</property> <property name="label" translatable="yes">End</property>
<property name="visible">true</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
@ -97,7 +88,6 @@
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="yes">Duration</property> <property name="label" translatable="yes">Duration</property>
<property name="visible">true</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
@ -111,7 +101,6 @@
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label" translatable="yes">Message</property> <property name="label" translatable="yes">Message</property>
<property name="visible">true</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<property name="yalign">0</property> <property name="yalign">0</property>
<style> <style>
@ -125,7 +114,6 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="group"> <object class="GtkLabel" id="group">
<property name="visible">true</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="wrap">true</property> <property name="wrap">true</property>
<layout> <layout>
@ -136,7 +124,6 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="mark"> <object class="GtkLabel" id="mark">
<property name="visible">true</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="max-width-chars">5</property> <property name="max-width-chars">5</property>
<property name="ellipsize">end</property> <property name="ellipsize">end</property>
@ -148,7 +135,6 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="time"> <object class="GtkLabel" id="time">
<property name="visible">true</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<layout> <layout>
<property name="row">2</property> <property name="row">2</property>
@ -158,7 +144,6 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="end"> <object class="GtkLabel" id="end">
<property name="visible">true</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<layout> <layout>
<property name="row">3</property> <property name="row">3</property>
@ -168,7 +153,6 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="duration"> <object class="GtkLabel" id="duration">
<property name="visible">true</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<layout> <layout>
<property name="row">4</property> <property name="row">4</property>
@ -179,11 +163,9 @@
<child> <child>
<object class="GtkScrolledWindow"> <object class="GtkScrolledWindow">
<property name="hexpand">true</property> <property name="hexpand">true</property>
<property name="visible">true</property>
<child> <child>
<object class="GtkTextView" id="message"> <object class="GtkTextView" id="message">
<property name="editable">false</property> <property name="editable">false</property>
<property name="visible">true</property>
</object> </object>
</child> </child>
<layout> <layout>
@ -199,20 +181,16 @@
<child> <child>
<object class="GtkSeparator"> <object class="GtkSeparator">
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="visible">true</property>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkScrolledWindow" id="scroller"> <object class="GtkScrolledWindow" id="scroller">
<property name="hscrollbar-policy">external</property> <property name="hscrollbar-policy">external</property>
<property name="hexpand">true</property> <property name="hexpand">true</property>
<property name="visible">true</property>
<child> <child>
<object class="GtkTreeView" id="tree_view"> <object class="GtkTreeView" id="tree_view">
<property name="headers-visible">false</property>
<property name="enable-grid-lines">horizontal</property> <property name="enable-grid-lines">horizontal</property>
<property name="has-tooltip">true</property> <property name="has-tooltip">true</property>
<property name="visible">true</property>
<child> <child>
<object class="GtkTreeViewColumn" id="duration_column"> <object class="GtkTreeViewColumn" id="duration_column">
<property name="title" translatable="yes">Duration</property> <property name="title" translatable="yes">Duration</property>
@ -245,12 +223,10 @@
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="spacing">12</property> <property name="spacing">12</property>
<property name="valign">center</property> <property name="valign">center</property>
<property name="visible">true</property>
<child> <child>
<object class="GtkImage"> <object class="GtkImage">
<property name="icon-name">computer-fail-symbolic</property> <property name="icon-name">computer-fail-symbolic</property>
<property name="pixel-size">128</property> <property name="pixel-size">128</property>
<property name="visible">true</property>
</object> </object>
</child> </child>
<child> <child>