mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
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:
parent
93c345e49f
commit
7d71f8888d
@ -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 |
Loading…
Reference in New Issue
Block a user