DarkRadiant: master d5de6618

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 29.05.2019 21:38 master b04137e7
Changeset Set more comfortable initial column widths in Filter editor

The default wxWidgets width is too small and results in some columns being
smaller than their own header text. Unfortunately the autosizing behaviour (as
previously implemented) does not work well on GTK, because the column widths do
not update when contents change (e.g. selecting a different match type) and can
no longer be resized manually by the user.

A hard-coded default size will not work for everyone everywhere, but at least
the columns can be manually resized if necessary.
mod - radiant/ui/filterdialog/FilterEditor.cpp Diff File
mod - radiant/ui/filterdialog/FilterEditor.h Diff File