From 2f32fea66879d0d84d401ca7ff83a97a3837c36a Mon Sep 17 00:00:00 2001 From: acid-burn Date: Tue, 13 Oct 2009 07:12:43 +0200 Subject: Enigma2{data/skin_default.xml,Screens/Setup.py}: -replace Buttons and Labels through StaticText - remove irritating double Title and use self.setup_title as Screen Title --- data/skin_default.xml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'data') diff --git a/data/skin_default.xml b/data/skin_default.xml index 065d99d9..b2adfaa3 100755 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -861,14 +861,11 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - - - - - - - - + + + + + @@ -1107,9 +1104,9 @@ self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - - - + + + -- cgit v1.2.3