diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-15 18:55:33 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-15 18:55:33 +0100 |
| commit | 447f15a477f3f7b8016074750ea245a3d76174a5 (patch) | |
| tree | 535a51438a76944ea698d54ed6be2a0370d2380b /data/skin_default.xml | |
| parent | 730490388163be719c9fdbfad9fd74d21595dbfc (diff) | |
| download | enigma2-447f15a477f3f7b8016074750ea245a3d76174a5.tar.gz enigma2-447f15a477f3f7b8016074750ea245a3d76174a5.zip | |
fix record blink widget pos and size
refs #618
Diffstat (limited to 'data/skin_default.xml')
| -rwxr-xr-x | data/skin_default.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/skin_default.xml b/data/skin_default.xml index 272fdcf9..dcd2e8bb 100755 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -1205,7 +1205,7 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) <widget source="global.CurrentTime" render="Label" position="100,34" zPosition="1" size="26,30" font="Regular;16" valign="top"> <convert type="ClockToText">Format:%S</convert> </widget> - <widget source="session.RecordState" render="FixedLabel" text=" " position="6,30" zPosition="1" size="120,34"> + <widget source="session.RecordState" render="FixedLabel" text=" " position="6,32" zPosition="1" size="126,32"> <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert> <convert type="ConditionalShowHide">Blink</convert> </widget> @@ -1221,7 +1221,7 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) <widget source="global.CurrentTime" render="Label" position="0,38" size="96,26" font="Regular;32" halign="center" valign="center" foregroundColor="#FFFFFF" backgroundColor="#000000" > <convert type="ClockToText">Format:%H:%M</convert> </widget> - <widget source="session.RecordState" render="FixedLabel" text=" " position="0,38" zPosition="1" size="96,30"> + <widget source="session.RecordState" render="FixedLabel" text=" " position="0,38" zPosition="1" size="96,26"> <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert> <convert type="ConditionalShowHide">Blink</convert> </widget> @@ -1253,7 +1253,7 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) <widget source="global.CurrentTime" render="Label" position="0,38" size="96,26" font="Regular;32" halign="center" valign="center" foregroundColor="#FFFFFF" backgroundColor="#000000" > <convert type="ClockToText">Format:%H:%M</convert> </widget> - <widget source="session.RecordState" render="FixedLabel" text=" " position="0,38" zPosition="1" size="96,30"> + <widget source="session.RecordState" render="FixedLabel" text=" " position="0,38" zPosition="1" size="96,26"> <convert type="ConfigEntryTest">config.usage.blinking_display_clock_during_recording,True,CheckSourceBoolean</convert> <convert type="ConditionalShowHide">Blink</convert> </widget> |
