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

@ -13,7 +13,6 @@
<child>
<object class="GtkCenterBox">
<property name="orientation">horizontal</property>
<property name="visible">true</property>
<property name="margin-top">3</property>
<property name="margin-bottom">3</property>
<property name="margin-start">7</property>
@ -48,7 +47,6 @@
<object class="GtkImage">
<property name="icon-name">preferences-system-details-symbolic</property>
<property name="pixel-size">16</property>
<property name="visible">true</property>
</object>
</child>
</object>