Exemplo n.º 1
0
	def postWidgetCreate(self, instance):
		printl("", self, "S")
		
		MenuList.postWidgetCreate(self, instance)
		instance.setItemHeight(20)

		printl("", self, "C")
Exemplo n.º 2
0
    def postWidgetCreate(self, instance):
        printl("", self, "S")

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

        printl("", self, "C")
Exemplo n.º 3
0
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     self.moveToIndex(self.selection)
Exemplo n.º 4
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		instance.setItemHeight(44)
Exemplo n.º 5
0
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     instance.setItemHeight(
         componentSizes.itemHeight(self.SKIN_COMPONENT_KEY, 30))
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		self.moveToIndex(self.selection)
Exemplo n.º 7
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		if skinwidth == 1280:
		     instance.setItemHeight(44)
		else:
		     instance.setItemHeight(55)
Exemplo n.º 8
0
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     self.moveToIndex(self.selection)
     self.instance.setWrapAround(True)
Exemplo n.º 9
0
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     if getDesktop(0).size().width() == 1920:
         instance.setItemHeight(70)
     else:
         instance.setItemHeight(44)
Exemplo n.º 10
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		instance.setItemHeight(componentSizes.itemHeight(self.SKIN_COMPONENT_KEY, 50))
Exemplo n.º 11
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		if getDesktop(0).size().width() == 1920:
			instance.setItemHeight(70)
		else:
			instance.setItemHeight(44)
Exemplo n.º 12
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)