Add icons for frame buttons
Add window-minimize, window-maximize, window-restore and window-delete icons to the builtin icon theme. These will be used for icons in the window buttons, and the expectation is that the icon theme will provide icons matching the desired decoration style. window-delete is used instead of window-close, since window-close is also used for GTK_STOCK_CLOSE, and the two may require different styles when used inside the application vs in the window frame.
This commit is contained in:
@ -1376,6 +1376,10 @@ STOCK_ICONS = \
|
||||
stock-icons/16/list-add.png \
|
||||
stock-icons/16/media-optical.png \
|
||||
stock-icons/16/window-close.png \
|
||||
stock-icons/16/window-minimize.png \
|
||||
stock-icons/16/window-maximize.png \
|
||||
stock-icons/16/window-restore.png \
|
||||
stock-icons/16/window-delete.png \
|
||||
stock-icons/16/gtk-connect.png \
|
||||
stock-icons/16/gtk-convert.png \
|
||||
stock-icons/16/edit-clear.png \
|
||||
|
BIN
gtk/stock-icons/16/window-delete.png
Normal file
BIN
gtk/stock-icons/16/window-delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 B |
BIN
gtk/stock-icons/16/window-maximize.png
Normal file
BIN
gtk/stock-icons/16/window-maximize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 166 B |
BIN
gtk/stock-icons/16/window-minimize.png
Normal file
BIN
gtk/stock-icons/16/window-minimize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 B |
BIN
gtk/stock-icons/16/window-restore.png
Normal file
BIN
gtk/stock-icons/16/window-restore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 340 B |
Reference in New Issue
Block a user