Feature #1288
openGTK client remember size of the options dlog
0%
Description
Similar to #1287, the qt client does it.
I haven't figured out how to yet, but will try.
Files
Updated by Dean Brown about 1 month ago
- File 1288-1time.patch 1288-1time.patch added
- File 1288-alltime.patch 1288-alltime.patch added
Found fixes for gtk3.22 & gtk4.
The 1time patch made from 3.1 branch, doesn't touch freeciv-client-rc-* file, saves the size during one runtime.
The alltime patch made from main branch, affects freeciv-client-rc-* file, saves the size across runtimes. This patch was created after the patch "#1287-main.patch" from issue #1287 was done.
Updated by Dean Brown about 1 month ago
- File 1288-gtk5-alltime.patch 1288-gtk5-alltime.patch added
copy the fix into gtk5
Updated by Dean Brown 15 days ago
- File 1288combined.patch 1288combined.patch added
Replace files 1288-alltime.patch and 1288-gtk5-alltime.patch with 1288combined.patch
Updated by Marko Lindqvist 3 days ago
- Some gtk-style "function ()" calls instead of freeciv style "function()"
- You should not add dummy options for already removed clients
- I'm not sure it's an improvement to replace dynamically adjusting option dialog width with hardcoded value that will be sensible/correct only for some users (font size etc).