Padding for tab buttons added ( not covered by M3 specs )
This commit is contained in:
parent
4775045b62
commit
3e00ae4c2a
@ -985,6 +985,11 @@ void Editor::setupTabButton()
|
|||||||
using Q = QskTabButton;
|
using Q = QskTabButton;
|
||||||
|
|
||||||
setStrutSize( Q::Panel, 48_dp, 64_dp );
|
setStrutSize( Q::Panel, 48_dp, 64_dp );
|
||||||
|
#if 1
|
||||||
|
// couldn't find a value in the specs
|
||||||
|
setPadding( Q::Panel, 8, 0, 8, 0 );
|
||||||
|
#endif
|
||||||
|
|
||||||
setGradient( Q::Panel, m_pal.surface );
|
setGradient( Q::Panel, m_pal.surface );
|
||||||
|
|
||||||
setColor( Q::Text, m_pal.onSurfaceVariant );
|
setColor( Q::Text, m_pal.onSurfaceVariant );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user