Skip to content

Commit

Permalink
Removed printing stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
tercoide committed Nov 29, 2021
1 parent f0daaa1 commit a38c772
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
8 changes: 0 additions & 8 deletions .action/fMain.action
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
Text = "Previous files"
Shortcut = ""
}
{ Action PDF_Export
Text = ""
Picture = "icon:/32/pdf"
}
{ Action Print
Text = ""
Picture = "icon:/32/print"
}
{ Action about
Text = "About this program"
Picture = "icon:/32/question"
Expand Down
28 changes: 1 addition & 27 deletions .src/Forms/fMain.form
Original file line number Diff line number Diff line change
Expand Up @@ -109,24 +109,6 @@
{ Separator7 Separator
MoveScaled(17,0,1,4)
}
{ tb7 ToolButton
MoveScaled(18,0,4,4)
Action = "PDF_Export"
Picture = Picture["icon:/32/pdf"]
}
{ tb5 ToolButton
MoveScaled(22,0,4,4)
Action = "Print"
Picture = Picture["icon:/32/print"]
}
{ tb6 ToolButton
MoveScaled(27,0,4,4)
Enabled = False
Picture = Picture["icon:/32/preview"]
}
{ Separator1 Separator
MoveScaled(31,0,1,4)
}
{ tb10 ToolButton
MoveScaled(34,1,4,4)
ToolTip = ("Zoom to a defined window")
Expand Down Expand Up @@ -250,7 +232,7 @@
#Public = True
Background = Color.Black
Tracking = True
Mouse = Mouse.Cross
Mouse = Cursor.Cross
Drop = True
Expand = True
}
Expand Down Expand Up @@ -290,14 +272,6 @@
Text = "Previous files"
Shortcut = ""
}
{ Action PDF_Export
Text = ""
Picture = "icon:/32/pdf"
}
{ Action Print
Text = ""
Picture = "icon:/32/print"
}
{ Action about
Text = "About this program"
Picture = "icon:/32/question"
Expand Down

0 comments on commit a38c772

Please sign in to comment.