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:
@@ -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
BIN
pace-gui/images/apply.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -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"><span fgcolor="red" font="12">Kein Ausweis</span></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"><span fgcolor="red" font="12">Kein Ausweis</span></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>
|
||||
|
||||
Reference in New Issue
Block a user