mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Remove twidget header.
This commit is contained in:
@@ -75,7 +75,7 @@ void SectionToggle::paint(
|
||||
int top,
|
||||
int outerWidth) {
|
||||
auto sqrt2 = sqrt(2.);
|
||||
auto vLeft = rtlpoint(left + _st.skip, 0, outerWidth).x() + 0.;
|
||||
auto vLeft = style::rtlpoint(left + _st.skip, 0, outerWidth).x() + 0.;
|
||||
auto vTop = top + _st.skip + 0.;
|
||||
auto vWidth = _st.size - 2 * _st.skip;
|
||||
auto vHeight = _st.size - 2 * _st.skip;
|
||||
|
Reference in New Issue
Block a user