Experimenting with icons to display the card status

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@205 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2010-07-11 12:23:11 +00:00
parent 31c527cd0b
commit 92a1288860
3 changed files with 22 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
pixmapsdir = $(datadir)/pixmaps
pixmaps_DATA = \
OpenPACElogo.png
OpenPACElogo.png \
apply.png
EXTRA_DIST = \
$(pixmaps_DATA)

BIN
pace-gui/images/apply.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -62,11 +62,27 @@
</packing>
</child>
<child>
<object class="GtkLabel" id="lbl_cardStatus">
<object class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;span fgcolor="red" font="12"&gt;Kein Ausweis&lt;/span&gt;</property>
<property name="use_markup">True</property>
<property name="justify">center</property>
<child>
<object class="GtkLabel" id="lbl_cardStatus">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;span fgcolor="red" font="12"&gt;Kein Ausweis&lt;/span&gt;</property>
<property name="use_markup">True</property>
</object>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkImage" id="img_cardStatus">
<property name="visible">True</property>
<property name="pixbuf">apply.png</property>
</object>
<packing>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="position">4</property>