(svn r25623) -Fix [FS#5611] (r25296): Progress column width in goal window was not updated when a string changed while the window is open
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
/** Widgets of the #GoalListWindow class. */
|
||||
enum GoalListWidgets {
|
||||
WID_GOAL_CAPTION, ///< Caption of the window.
|
||||
WID_GOAL_GOAL, ///< Goal text column of the goal list.
|
||||
WID_GOAL_PROGRESS, ///< Goal progress column of the goal list.
|
||||
WID_GOAL_LIST, ///< Goal list.
|
||||
WID_GOAL_SCROLLBAR, ///< Scrollbar of the goal list.
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user