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

View file

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