Remove RightToLeft property that was accidentally added

This commit is contained in:
baldurk
2020-08-14 19:19:16 +01:00
parent e7657f6212
commit 2b990bdf46
@@ -670,9 +670,6 @@ After interop is enabled you will need to reload any capture.</string>
<property name="toolTip">
<string>Reset visible range when changing event or texture</string>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string/>
</property>
@@ -689,9 +686,6 @@ After interop is enabled you will need to reload any capture.</string>
<property name="toolTip">
<string>Settings such as visible channels (RGBA) and selected mip/slice are remembered and restored per-texture.</string>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string/>
</property>
@@ -734,9 +728,6 @@ After interop is enabled you will need to reload any capture.</string>
<property name="toolTip">
<string>Y-flipping state is remembered and restored per-texture, rather than treated as a global toggle.</string>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string/>
</property>