Bug #1200
openqt5 client city screen doesn't allow specialist icon sizes other than the default 15x20
0%
Description
Since the specialists on the city screen are too small, i wanted to create a mod that increases the size of said icons. Unfortunately, the city screen on qt5 expects a fixed size of 15x20, instead of adjusting according to the size defined on specialists.spec. The same goes for the citizen mood icons defined in small.spec.
Version:
Freeciv-3.2.0-beta1-client-win64-qt5
Updated by Marko Lindqvist 29 days ago
Did you change "small_tile_width" and "small_tile_height" in the .tilespec file of the tileset you are using? Quick glance at the qt-client code didn't reveal any obvious mistakes there (it should respect small_tile_width / small_tile_height)
Updated by Hugo Lobo 29 days ago
Marko Lindqvist wrote in #note-1:
Did you change "small_tile_width" and "small_tile_height" in the .tilespec file of the tileset you are using? Quick glance at the qt-client code didn't reveal any obvious mistakes there (it should respect small_tile_width / small_tile_height)
Ahh crap, that was it. I didn't know i had to change those values too. It's working now.
Thank you for the heads up and have a nice Christmas. :)