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

@ -3,7 +3,6 @@
<template class="SysprofProcessModelRow" parent="GtkListBoxRow">
<child>
<object class="GtkBox">
<property name="visible">true</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">6</property>
@ -17,7 +16,6 @@
<child>
<object class="GtkLabel" id="label">
<property name="hexpand">false</property>
<property name="visible">true</property>
<property name="ellipsize">middle</property>
<property name="xalign">0.0</property>
</object>
@ -25,7 +23,6 @@
<child>
<object class="GtkLabel" id="args_label">
<property name="hexpand">false</property>
<property name="visible">true</property>
<property name="ellipsize">end</property>
<property name="xalign">0.0</property>
<style>
@ -43,7 +40,6 @@
<child>
<object class="GtkLabel" id="pid">
<property name="hexpand">true</property>
<property name="visible">true</property>
<property name="xalign">1.0</property>
<style>
<class name="dim-label"/>