mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
changed cursor for selectable text on the about dialog to IBeamCursor and removed an unused tag
This commit is contained in:
parent
bdef43dde7
commit
7b74bd4928
@ -22,9 +22,6 @@
|
|||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
|
||||||
<string/>
|
|
||||||
</property>
|
|
||||||
<property name="pixmap">
|
<property name="pixmap">
|
||||||
<pixmap resource="../bitcoin.qrc">:/images/about</pixmap>
|
<pixmap resource="../bitcoin.qrc">:/images/about</pixmap>
|
||||||
</property>
|
</property>
|
||||||
@ -49,6 +46,9 @@
|
|||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="cursor">
|
||||||
|
<cursorShape>IBeamCursor</cursorShape>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><b>Bitcoin</b> version</string>
|
<string><b>Bitcoin</b> version</string>
|
||||||
</property>
|
</property>
|
||||||
@ -59,6 +59,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="versionLabel">
|
<widget class="QLabel" name="versionLabel">
|
||||||
|
<property name="cursor">
|
||||||
|
<cursorShape>IBeamCursor</cursorShape>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true">0.3.666-beta</string>
|
<string notr="true">0.3.666-beta</string>
|
||||||
</property>
|
</property>
|
||||||
@ -87,6 +90,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="label_2">
|
||||||
|
<property name="cursor">
|
||||||
|
<cursorShape>IBeamCursor</cursorShape>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Copyright © 2009-2012 Bitcoin Developers
|
<string>Copyright © 2009-2012 Bitcoin Developers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user