forked from IQ.Lvbs/IQ.Pilot
10 lines
301 B
Python
10 lines
301 B
Python
"""
|
|
Copyright © IQ.Lvbs, apart of Project Teal Lvbs, All Rights Reserved, licensed under https://konn3kt.com/tos
|
|
"""
|
|
from iqpilot.system.ui.iqwidgets.widgets.list_view import IQButtonAction
|
|
|
|
|
|
class WideButtonAction(IQButtonAction):
|
|
def get_width_hint(self):
|
|
return super().get_width_hint() + 1
|