Minor UI tweaks.

master
Pacman Ghost 7 years ago
parent c3634853dc
commit 11be3ddea6
  1. 2
      add_card_widget.py
  2. 2
      ui/startup_widget.ui

@ -78,7 +78,7 @@ class AddCardWidget( QWidget ) :
item.setData( Qt.UserRole , card )
self.lb_cards.addItem( item )
self.lbl_cards.setText(
"<html><b>Cards:</b>{}</html>".format( " <small><i>(filtered)</i></small>" if filter_text else "" )
"<html><b>&Cards:</b>{}</html>".format( " <small><i>(filtered)</i></small>" if filter_text else "" )
)
self.lb_cards.setCurrentRow( 0 )
if focus :

@ -112,7 +112,7 @@
<string notr="true">color:#444 ;</string>
</property>
<property name="text">
<string>&lt;html&gt;This needs &lt;a href=&quot;https://ghostscript.com&quot;&gt;Ghostscript&lt;/a&gt; to be installed.&lt;/html&gt;</string>
<string>&lt;html&gt;This needs &lt;a href=&quot;https://ghostscript.com/download/gsdnld.html&quot;&gt;Ghostscript&lt;/a&gt; to be installed.&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>

Loading…
Cancel
Save