mirror of
https://gitlvb.teallvbs.xyz/IQ.Lvbs/IQ.Pilot.git
synced 2026-07-24 13:02:07 +08:00
10 lines
304 B
Python
10 lines
304 B
Python
"""
|
|
Copyright © IQ.Lvbs, apart of Project Teal Lvbs, All Rights Reserved, licensed under https://konn3kt.com/tos
|
|
"""
|
|
from openpilot.system.ui.iqpilot.widgets.list_view import IQButtonAction
|
|
|
|
|
|
class NoElideButtonAction(IQButtonAction):
|
|
def get_width_hint(self):
|
|
return super().get_width_hint() + 1
|