Merge pull request #15622 from Syres916/Fix_Display_UI_File

[Gui] Syncronise preferences page Display > UI with default settings
This commit is contained in:
Chris Hennes
2024-07-29 10:55:01 -05:00
committed by GitHub

View File

@@ -208,6 +208,9 @@
<property name="text">
<string>Hide Internal Names</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>HideInternalNames</cstring>
</property>
@@ -298,6 +301,9 @@
<property name="text">
<string>Show visibility icon</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>VisibilityIcon</cstring>
</property>
@@ -314,6 +320,9 @@
<property name="text">
<string>Hide header</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>HideHeaderView</cstring>
</property>
@@ -330,6 +339,9 @@
<property name="text">
<string>Hide scroll bar</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>HideScrollBar</cstring>
</property>
@@ -346,6 +358,9 @@
<property name="text">
<string>Hide description</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>HideColumn</cstring>
</property>
@@ -371,6 +386,9 @@
<property name="text">
<string>Hide tab bar</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>DockOverlayHideTabBar</cstring>
</property>
@@ -438,6 +456,9 @@
<property name="text">
<string>Auto mouse pass through</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>DockOverlayAutoMouseThrough</cstring>
</property>
@@ -454,6 +475,9 @@
<property name="text">
<string>Auto mouse wheel pass through</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="prefEntry" stdset="0">
<cstring>DockOverlayWheelPassThrough</cstring>
</property>