コード例 #1
0
ファイル: DP_Settings.py プロジェクト: knutvi/DreamPlex
	def postWidgetCreate(self, instance):
		printl("", self, "S")
		
		MenuList.postWidgetCreate(self, instance)
		instance.setItemHeight(20)

		printl("", self, "C")
コード例 #2
0
ファイル: DP_Settings.py プロジェクト: olive069/DreamPlex
    def postWidgetCreate(self, instance):
        printl("", self, "S")

        MenuList.postWidgetCreate(self, instance)
        instance.setItemHeight(20)

        printl("", self, "C")
コード例 #3
0
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     self.moveToIndex(self.selection)
コード例 #4
0
ファイル: setup.py プロジェクト: linuxbox10/mweather
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		instance.setItemHeight(44)
コード例 #5
0
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     instance.setItemHeight(
         componentSizes.itemHeight(self.SKIN_COMPONENT_KEY, 30))
コード例 #6
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		self.moveToIndex(self.selection)
コード例 #7
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		if skinwidth == 1280:
		     instance.setItemHeight(44)
		else:
		     instance.setItemHeight(55)
コード例 #8
0
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     self.moveToIndex(self.selection)
     self.instance.setWrapAround(True)
コード例 #9
0
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     if getDesktop(0).size().width() == 1920:
         instance.setItemHeight(70)
     else:
         instance.setItemHeight(44)
コード例 #10
0
ファイル: setup.py プロジェクト: OpenDMM/enigma2-plugins
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		instance.setItemHeight(componentSizes.itemHeight(self.SKIN_COMPONENT_KEY, 50))
コード例 #11
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		if getDesktop(0).size().width() == 1920:
			instance.setItemHeight(70)
		else:
			instance.setItemHeight(44)
コード例 #12
0
ファイル: plugin.py プロジェクト: wedebe/enigma2-plugins-2
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)