Materia-theme: Selection widgets by touchscreen are not themed correctly

Created on 19 Nov 2018  路  5Comments  路  Source: nana-4/materia-theme

Materia v20181115
GTK+ 3 version: 3.24.1
Arch, 4.18.12
Gnome 3.30

bug

All 5 comments

Thanks for the report.

Unfortunately, I cannot reproduce this because I have not installed GNOME on the touch devices.

Does anyone know how to show the selection widget on non-touch device?

@nana-4 The GTK debugger has an option to simulate touch input with the mouse under Visual -> Simulate touchscreen.

@flipflop97 Wow, thank you so much!! I didn't know the feature despite I use the inspector every debugging the theme 馃槀

@nana-4, i assume gtk trying to fit larger image to smaller area and artefacts appers, probably, changing this can help (height to 30):
https://github.com/nana-4/materia-theme/blob/6386a791691e15ae0307836d134a05e91dd8ecbf/src/_sass/gtk/_common-3.20.scss#L17-L18
also, you're using wrong asset for "insertion-cursor" - arrow should be pointed to top

i guess you need to set another asset here
https://github.com/nana-4/materia-theme/blob/6386a791691e15ae0307836d134a05e91dd8ecbf/src/_sass/gtk/_common-3.20.scss#L3414-L3421

@monday15 Thanks for your help. Now I've addressed this issue :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TechnoSparks picture TechnoSparks  路  3Comments

MischievousTomato picture MischievousTomato  路  5Comments

rahilwazir picture rahilwazir  路  4Comments

fthx picture fthx  路  4Comments

nana-4 picture nana-4  路  4Comments