Create bigger versions of three other icons.

[DEVELOPMENT ENVIRONMENT]
* NEW: Create bigger versions of three other icons.
This commit is contained in:
gambas 2017-09-19 03:39:06 +02:00
parent 4a6285c6de
commit ec5b9f9391
14 changed files with 12 additions and 8 deletions

View file

@ -57,13 +57,13 @@
{ mnuComment Menu { mnuComment Menu
Action = ".comment" Action = ".comment"
Text = ("Comment") Text = ("Comment")
Picture = Picture["img/16/comment.png"] Picture = Picture["img/32/comment.png"]
Shortcut = "Ctrl+K" Shortcut = "Ctrl+K"
} }
{ mnuUncomment Menu { mnuUncomment Menu
Action = ".uncomment" Action = ".uncomment"
Text = ("Uncomment") Text = ("Uncomment")
Picture = Picture["img/16/uncomment.png"] Picture = Picture["img/32/uncomment.png"]
Shortcut = "Ctrl+U" Shortcut = "Ctrl+U"
} }
{ mnuSepComment Menu { mnuSepComment Menu
@ -96,6 +96,7 @@
{ mnuSelectAll Menu { mnuSelectAll Menu
Action = ".select-all" Action = ".select-all"
Text = Shortcut(("Select All"), "A") Text = Shortcut(("Select All"), "A")
Picture = Picture["icon:/small/select-all"]
Shortcut = "Ctrl+A" Shortcut = "Ctrl+A"
} }
{ Menu1 Menu { Menu1 Menu
@ -370,14 +371,14 @@
MoveScaled(81,0,4,4) MoveScaled(81,0,4,4)
ToolTip = ("Comment") ToolTip = ("Comment")
Action = ".comment" Action = ".comment"
Picture = Picture["img/16/comment.png"] Picture = Picture["img/32/comment.png"]
} }
{ btnUncomment ToolButton mnuUncomment { btnUncomment ToolButton mnuUncomment
Name = "btnUncomment" Name = "btnUncomment"
MoveScaled(84,0,4,4) MoveScaled(84,0,4,4)
ToolTip = ("Uncomment") ToolTip = ("Uncomment")
Action = ".uncomment" Action = ".uncomment"
Picture = Picture["img/16/uncomment.png"] Picture = Picture["img/32/uncomment.png"]
} }
{ btnPretty ToolButton mnuPretty { btnPretty ToolButton mnuPretty
Name = "btnPretty" Name = "btnPretty"
@ -503,7 +504,7 @@
{ Action comment { Action comment
Text = "Comment" Text = "Comment"
Shortcut = "Ctrl+K" Shortcut = "Ctrl+K"
Picture = "img/16/comment.png" Picture = "img/32/comment.png"
} }
{ Action copy { Action copy
Text = "Copy" Text = "Copy"
@ -602,6 +603,7 @@
{ Action select-all { Action select-all
Text = "Select All" Text = "Select All"
Shortcut = "Ctrl+A" Shortcut = "Ctrl+A"
Picture = "icon:/small/select-all"
} }
{ Action show-form { Action show-form
Text = "Open form" Text = "Open form"
@ -616,7 +618,7 @@
{ Action uncomment { Action uncomment
Text = "Uncomment" Text = "Uncomment"
Shortcut = "Ctrl+U" Shortcut = "Ctrl+U"
Picture = "img/16/uncomment.png" Picture = "img/32/uncomment.png"
} }
{ Action undo { Action undo
Text = "Undo" Text = "Undo"

View file

@ -94,6 +94,7 @@
{ mnuSelectAll Menu { mnuSelectAll Menu
Action = ".select-all" Action = ".select-all"
Text = Shortcut(("Select All"), "A") Text = Shortcut(("Select All"), "A")
Picture = Picture["icon:/small/select-all"]
Shortcut = "Ctrl+A" Shortcut = "Ctrl+A"
} }
{ Menu4 Menu { Menu4 Menu
@ -402,7 +403,7 @@
ToolTip = ("End of line") ToolTip = ("End of line")
Action = ".eol" Action = ".eol"
AutoResize = True AutoResize = True
Picture = Picture["img/16/eol.png"] Picture = Picture["img/32/eol.png"]
Border = False Border = False
Menu = "mnuEndOfLine" Menu = "mnuEndOfLine"
MenuOnly = True MenuOnly = True
@ -467,7 +468,7 @@
} }
{ Action eol { Action eol
Text = "End of line" Text = "End of line"
Picture = "img/16/eol.png" Picture = "img/32/eol.png"
} }
{ Action find-next { Action find-next
Text = "Find next" Text = "Find next"
@ -541,6 +542,7 @@
{ Action select-all { Action select-all
Text = "Select All" Text = "Select All"
Shortcut = "Ctrl+A" Shortcut = "Ctrl+A"
Picture = "icon:/small/select-all"
} }
{ Action show-class { Action show-class
Text = "Code" Text = "Code"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B