Adjusted layout for the OpenMoko
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@151 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="editable">False</property>
|
<property name="editable">False</property>
|
||||||
<property name="invisible_char">●</property>
|
<property name="invisible_char">●</property>
|
||||||
|
<property name="width_chars">0</property>
|
||||||
<property name="xalign">0.5</property>
|
<property name="xalign">0.5</property>
|
||||||
<property name="truncate_multiline">True</property>
|
<property name="truncate_multiline">True</property>
|
||||||
<property name="shadow_type">out</property>
|
<property name="shadow_type">out</property>
|
||||||
@@ -47,7 +48,7 @@
|
|||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">False</property>
|
<property name="expand">False</property>
|
||||||
<property name="padding">10</property>
|
<property name="padding">5</property>
|
||||||
<property name="position">2</property>
|
<property name="position">2</property>
|
||||||
</packing>
|
</packing>
|
||||||
</child>
|
</child>
|
||||||
|
|||||||
@@ -61,8 +61,7 @@ class PinpadGTK:
|
|||||||
|
|
||||||
#Change the font for the text field
|
#Change the font for the text field
|
||||||
txtOutput = self.builder.get_object("txtOutput")
|
txtOutput = self.builder.get_object("txtOutput")
|
||||||
font = pango.FontDescription("Monospace")
|
txtOutput.modify_font(pango.FontDescription("Monospace 16"))
|
||||||
txtOutput.modify_font(pango.FontDescription("sans 24"))
|
|
||||||
|
|
||||||
#Look for card and set the label accordingly
|
#Look for card and set the label accordingly
|
||||||
lbl_cardStatus = self.builder.get_object("lbl_cardStatus")
|
lbl_cardStatus = self.builder.get_object("lbl_cardStatus")
|
||||||
@@ -82,9 +81,9 @@ class PinpadGTK:
|
|||||||
raise ValueError("Button does not have a label")
|
raise ValueError("Button does not have a label")
|
||||||
|
|
||||||
if (name == "btnOk" or name == "btnDel"):
|
if (name == "btnOk" or name == "btnDel"):
|
||||||
lbl.modify_font(pango.FontDescription("sans 16"))
|
lbl.modify_font(pango.FontDescription("sans 14"))
|
||||||
else:
|
else:
|
||||||
lbl.modify_font(pango.FontDescription("sans 20"))
|
lbl.modify_font(pango.FontDescription("sans 18"))
|
||||||
|
|
||||||
#Prepare the Progress Bar window for later use
|
#Prepare the Progress Bar window for later use
|
||||||
self.progressWindow = Popup(self.builder)
|
self.progressWindow = Popup(self.builder)
|
||||||
|
|||||||
Reference in New Issue
Block a user