general: Remove "visible=true" properties

Widgets are shown by default in GTK4, so using
"visible=true" is no longer necessary.
This commit is contained in:
Automeris naranja
2023-03-06 11:31:44 -03:00
parent 8230ef951b
commit b91fd26dbf
6 changed files with 0 additions and 23 deletions

View File

@ -11,12 +11,10 @@
<property name="margin-bottom">36</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<property name="visible">true</property>
<child>
<object class="GtkImage">
<property name="icon-name">org.gnome.Sysprof-symbolic</property>
<property name="pixel-size">256</property>
<property name="visible">true</property>
<style>
<class name="dim-label"/>
</style>
@ -24,7 +22,6 @@
</child>
<child>
<object class="SysprofTimeLabel" id="elapsed">
<property name="visible">true</property>
<style>
<class name="dim-label"/>
</style>
@ -34,7 +31,6 @@
<object class="GtkLabel">
<property name="label" translatable="yes">Did you know you can use &lt;a href="help:sysprof"&gt;sysprof-cli&lt;/a&gt; to record?</property>
<property name="use-markup">true</property>
<property name="visible">true</property>
<style>
<class name="dim-label"/>
</style>
@ -44,13 +40,11 @@
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="spacing">6</property>
<property name="visible">true</property>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">Events</property>
<property name="xalign">1.0</property>
<property name="valign">baseline</property>
<property name="visible">true</property>
<style>
<class name="dim-label"/>
</style>
@ -59,7 +53,6 @@
<child>
<object class="GtkLabel" id="samples">
<property name="label">0</property>
<property name="visible">true</property>
<property name="hexpand">true</property>
<property name="valign">baseline</property>
<property name="xalign">0.0</property>
@ -72,7 +65,6 @@
<object class="GtkButton">
<property name="action-name">display.stop-recording</property>
<property name="margin-top">24</property>
<property name="visible">true</property>
<property name="label" translatable="yes">_Stop Recording</property>
<property name="halign">end</property>
<property name="width-request">125</property>