mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
ui: tweak layout of recording button a bit
This makes things look a lot better on the initial display. If the window is too large, the compositor can maximize it anyway.
This commit is contained in:
@ -81,6 +81,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkScrolledWindow">
|
<object class="GtkScrolledWindow">
|
||||||
<property name="propagate-natural-width">true</property>
|
<property name="propagate-natural-width">true</property>
|
||||||
|
<property name="propagate-natural-height">true</property>
|
||||||
<property name="hscrollbar-policy">never</property>
|
<property name="hscrollbar-policy">never</property>
|
||||||
<property name="visible">true</property>
|
<property name="visible">true</property>
|
||||||
<child>
|
<child>
|
||||||
@ -223,7 +224,7 @@
|
|||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="column">center</property>
|
<property name="column">center</property>
|
||||||
<property name="row">4</property>
|
<property name="row">5</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
@ -535,15 +536,15 @@
|
|||||||
<property name="halign">end</property>
|
<property name="halign">end</property>
|
||||||
<property name="width-request">125</property>
|
<property name="width-request">125</property>
|
||||||
<property name="visible">true</property>
|
<property name="visible">true</property>
|
||||||
<property name="margin-top">12</property>
|
<property name="margin-top">24</property>
|
||||||
<property name="margin-bottom">24</property>
|
<property name="margin-bottom">12</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="suggested-action"/>
|
<class name="suggested-action"/>
|
||||||
</style>
|
</style>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="column">center</property>
|
<property name="column">center</property>
|
||||||
<property name="row">5</property>
|
<property name="row">4</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
|
|||||||
@ -1,8 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<interface>
|
<interface>
|
||||||
<template class="SysprofWindow" parent="DzlApplicationWindow">
|
<template class="SysprofWindow" parent="DzlApplicationWindow">
|
||||||
<property name="default-height">700</property>
|
<property name="default-height">900</property>
|
||||||
<property name="default-width">1200</property>
|
|
||||||
<property name="icon-name">org.gnome.Sysprof-symbolic</property>
|
<property name="icon-name">org.gnome.Sysprof-symbolic</property>
|
||||||
<property name="show-menubar">false</property>
|
<property name="show-menubar">false</property>
|
||||||
<child type="titlebar">
|
<child type="titlebar">
|
||||||
|
|||||||
Reference in New Issue
Block a user