Skip to content

Commit e6c81da

Browse files
authored
Merge pull request #2911 from hansu/gmoccapy-reorder-settings-page
gmoccapy: re-order settings
2 parents 8bf88d3 + dc04dea commit e6c81da

6 files changed

Lines changed: 462 additions & 465 deletions

File tree

-10.2 KB
Loading
10.7 KB
Loading
-5.52 KB
Loading

src/emc/usr_intf/gmoccapy/gmoccapy.glade

Lines changed: 458 additions & 464 deletions
Large diffs are not rendered by default.

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def excepthook(exc_type, exc_obj, exc_tb):
7676

7777
# constants
7878
# # gmoccapy #"
79-
_RELEASE = " 3.4.7.1"
79+
_RELEASE = " 3.4.8"
8080
_INCH = 0 # imperial units are active
8181
_MM = 1 # metric units are active
8282

src/emc/usr_intf/gmoccapy/release_notes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ver 3.4.8
2+
- re-ordered settings pages to have all appearance-related on one page
3+
14
ver 3.4.7.1
25
- Remember window size and position when switching back from fullscreen/maximized
36
- Fix "window does not fit 1024x768 in fullscreen"

0 commit comments

Comments
 (0)