Skip to content

Commit

Permalink
changed cursor for selectable text on the about dialog to IBeamCursor…
Browse files Browse the repository at this point in the history
… and removed an unused tag
  • Loading branch information
Philip Kaufmann committed May 5, 2012
1 parent bdef43d commit 7b74bd4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/qt/forms/aboutdialog.ui
Expand Up @@ -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>
Expand All @@ -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>&lt;b&gt;Bitcoin&lt;/b&gt; version</string> <string>&lt;b&gt;Bitcoin&lt;/b&gt; version</string>
</property> </property>
Expand All @@ -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>
Expand Down Expand Up @@ -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


Expand Down

0 comments on commit 7b74bd4

Please sign in to comment.