Martin Owens
Martin Owens
It's the Post model that has a URLField with max_length=200, changing it wouldn't be enough as the migrations would still be trying to create a broken field in 0001_initial.py
This does seem to depend on the resolution of the display. What resolutions are your monitors and do you know their true dpi resolution?
No, icons are scaled to a fixed metric. HiDPI is a setting for instance that doubles the metric for all graphics. So for example if the icons are 16px by...
Honestly, I'd start by trying to make sure your Gnome settings are set right. Do other programs look small too? Or is it just gimp with this theme?
Does that theme provide hidpi support? The icons are svg, so they get bigger (I hope) with the display, but I can't tell for sure how it works from the...
The right solution for this bug report is to redraw the icons as svg files instead of png files. OneOfOne - Are you capable of drawing svg? Maybe with Inkscape?
That's the idea @robertguetzkow once there is svg icons we can have hi-dpi tests. If only Gimp was Gtk3 we could use the GtkInspector to test HiDPI :cry:
Heiko, could you add the extra information into the documentation? Your help would be great to fill in the gaps. Info: namespace_id is used to set the group, other options...
An inkscape extension must first have something written in python. I haven't seen an code here in python, so that makes such a process harder. Though inkscape has many export...
Does the module target python 2.6, because OrderedDict is >2.7 only. I think the rst tests are failing because of the added semi-colon at the end. And the local tests...