mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user