Beispiel #1
0
	def postWidgetCreate(self, instance):
		printl("", self, "S")
		
		MenuList.postWidgetCreate(self, instance)
		instance.setItemHeight(20)

		printl("", self, "C")
Beispiel #2
0
    def postWidgetCreate(self, instance):
        printl("", self, "S")

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

        printl("", self, "C")
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     self.moveToIndex(self.selection)
Beispiel #4
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		instance.setItemHeight(44)
Beispiel #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)
Beispiel #7
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		if skinwidth == 1280:
		     instance.setItemHeight(44)
		else:
		     instance.setItemHeight(55)
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     self.moveToIndex(self.selection)
     self.instance.setWrapAround(True)
 def postWidgetCreate(self, instance):
     MenuList.postWidgetCreate(self, instance)
     if getDesktop(0).size().width() == 1920:
         instance.setItemHeight(70)
     else:
         instance.setItemHeight(44)
Beispiel #10
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		instance.setItemHeight(componentSizes.itemHeight(self.SKIN_COMPONENT_KEY, 50))
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)
		if getDesktop(0).size().width() == 1920:
			instance.setItemHeight(70)
		else:
			instance.setItemHeight(44)
Beispiel #12
0
	def postWidgetCreate(self, instance):
		MenuList.postWidgetCreate(self, instance)