mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 23:20:54 +00:00
libsysprof-ui: tweak assistant layout
This commit is contained in:
@ -29,19 +29,22 @@
|
|||||||
<property name="row-spacing">6</property>
|
<property name="row-spacing">6</property>
|
||||||
<property name="visible">true</property>
|
<property name="visible">true</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkLabel" id="label0">
|
<object class="GtkBox">
|
||||||
<property name="label" translatable="yes">Data Collection</property>
|
<property name="orientation">vertical</property>
|
||||||
<property name="xalign">1.0</property>
|
<property name="spacing">6</property>
|
||||||
<property name="valign">start</property>
|
<property name="visible">true</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel">
|
||||||
|
<property name="label" translatable="yes">Profilers</property>
|
||||||
<property name="visible">true</property>
|
<property name="visible">true</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="dim-label"/>
|
<class name="dim-label"/>
|
||||||
</style>
|
</style>
|
||||||
|
<attributes>
|
||||||
|
<attribute name="weight" value="bold"/>
|
||||||
|
<attribute name="scale" value="0.83333"/>
|
||||||
|
</attributes>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
|
||||||
<property name="column">left</property>
|
|
||||||
<property name="row">0</property>
|
|
||||||
</packing>
|
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkFlowBox" id="aid_flow_box">
|
<object class="GtkFlowBox" id="aid_flow_box">
|
||||||
@ -53,6 +56,7 @@
|
|||||||
<property name="halign">fill</property>
|
<property name="halign">fill</property>
|
||||||
<property name="homogeneous">true</property>
|
<property name="homogeneous">true</property>
|
||||||
<property name="selection-mode">single</property>
|
<property name="selection-mode">single</property>
|
||||||
|
<property name="margin-top">12</property>
|
||||||
<property name="margin-bottom">24</property>
|
<property name="margin-bottom">24</property>
|
||||||
<property name="visible">true</property>
|
<property name="visible">true</property>
|
||||||
<child>
|
<child>
|
||||||
@ -80,9 +84,11 @@
|
|||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="column">center</property>
|
<property name="column">center</property>
|
||||||
<property name="row">0</property>
|
<property name="row">3</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
@ -96,7 +102,7 @@
|
|||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="column">left</property>
|
<property name="column">left</property>
|
||||||
<property name="row">1</property>
|
<property name="row">0</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
@ -108,7 +114,7 @@
|
|||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="column">center</property>
|
<property name="column">center</property>
|
||||||
<property name="row">1</property>
|
<property name="row">0</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
@ -183,7 +189,7 @@
|
|||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="column">center</property>
|
<property name="column">center</property>
|
||||||
<property name="row">2</property>
|
<property name="row">1</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
@ -198,7 +204,7 @@
|
|||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="column">left</property>
|
<property name="column">left</property>
|
||||||
<property name="row">3</property>
|
<property name="row">2</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
@ -335,7 +341,7 @@
|
|||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="column">center</property>
|
<property name="column">center</property>
|
||||||
<property name="row">3</property>
|
<property name="row">2</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
@ -370,7 +376,6 @@
|
|||||||
<object class="GtkSizeGroup">
|
<object class="GtkSizeGroup">
|
||||||
<property name="mode">vertical</property>
|
<property name="mode">vertical</property>
|
||||||
<widgets>
|
<widgets>
|
||||||
<widget name="label0"/>
|
|
||||||
<widget name="label1"/>
|
<widget name="label1"/>
|
||||||
<widget name="whole_system_switch"/>
|
<widget name="whole_system_switch"/>
|
||||||
</widgets>
|
</widgets>
|
||||||
|
|||||||
Reference in New Issue
Block a user