Closed hosiet closed 7 years ago
In lib/constant.vala:
lib/constant.vala
public class Constant { public static double TERMINAL_MIN_OPACITY = 0; public static double VERSION = 2.1; public static int ACTIVE_TAB_UNDERLINE_HEIGHT = 2; public static int CLOSE_BUTTON_MARGIN_RIGHT = 3;
The version number should be bumped accordingly.
https://github.com/linuxdeepin/deepin-terminal/commit/190e7d9facfb926a8d6eae8f43c28a66e3ff5f87 has fixed, thanks for notify.
In
lib/constant.vala
:The version number should be bumped accordingly.