mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Improve ui icons
This commit is contained in:
parent
9bc06b941a
commit
8b37da88aa
19 changed files with 536 additions and 2742 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
EditorCanvas::EditorCanvas(wxFrame *parent, std::shared_ptr<Game> game)
|
||||
: wxPanel(parent), game(game) {
|
||||
hide_icon = LoadPNG("hide", wxSize(CGEditor::status.MoveIconWidth,
|
||||
hide_icon = LoadPNG("ui_eye_close", wxSize(CGEditor::status.MoveIconWidth,
|
||||
CGEditor::status.MoveIconWidth));
|
||||
t.ResizePieces(CGEditor::status.MoveIconWidth);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue