Table cells change font size when selected
- yasas@applied.co.uk
- Posts:21
- Joined: Wed Sep 21, 2016 12:26 pm
- fmulder
- Posts:330
- Joined: Wed Feb 03, 2010 9:46 am
Re: Table cells change font size when selected
Yes. I've also seen this behavior. it looks a bit strange.
I was planning to investigate using a stylesheet. Maybe you can change the font of the editable cell with a stylesheet.
I did not yet have time to do so.
Hop that someone knows a fix for this. I'm using 3.15P007
share the fun
Frenk Mulder
I was planning to investigate using a stylesheet. Maybe you can change the font of the editable cell with a stylesheet.
I did not yet have time to do so.
Hop that someone knows a fix for this. I'm using 3.15P007
share the fun
Frenk Mulder
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Table cells change font size when selected
I've tested and I've seen the behaviour.
The topic was discussed with our developer and at the moment we do not know if there is a possibility to change the behaviour.
Best Regards
Leopold Knipp
Senior Support Specialist
The topic was discussed with our developer and at the moment we do not know if there is a possibility to change the behaviour.
Best Regards
Leopold Knipp
Senior Support Specialist
- adaneau
- Posts:310
- Joined: Tue Feb 21, 2012 9:49 am
Re: Table cells change font size when selected
Hi,
As far as you have a CSS entry for tables, this is not happening.
Ex:
QTableView
{
selection-background-color: gray;
}
As far as you have a CSS entry for tables, this is not happening.
Ex:
QTableView
{
selection-background-color: gray;
}