mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix warning about duplicate 'label_4'
../../qrenderdoc/Windows/Dialogs/SettingsDialog.ui: Warning: The name 'label_4' (QLabel) is already in use, defaulting to 'label_41'.
This commit is contained in:
@@ -287,7 +287,7 @@ e.g. 1000 * 10 = 1e4</string>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="10" column="0">
|
||||
<widget class="QLabel" name="label_4">
|
||||
<widget class="QLabel" name="label_41">
|
||||
<property name="toolTip">
|
||||
<string>Formatting mode to use for fields marked as a byte offset or a byte size</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user