forked from qt-creator/qt-creator
Gdb: Fix label in AttachCoreDialog
Change-Id: I32c7c2ce1e4c887638ca2b5c716c3b812b057913 Reviewed-on: http://codereview.qt-project.org/6437 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>246</width>
|
||||
<height>147</height>
|
||||
<height>183</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -73,7 +73,10 @@
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="sysrootLabel">
|
||||
<property name="text">
|
||||
<string>Sysroot</string>
|
||||
<string>Sys&root:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>sysrootPathChooser</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user