File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,20 @@ class CommandMenu extends PanelMenu.Button {
5050 constructor ( ) {
5151 super ( 0.5 , _ ( 'Commands' ) ) ;
5252
53- // Use this label to create the Commands menu text
53+ // Use this label to create the Commands menu text:
5454 let label = new St . Label ( {
5555 text : _ ( 'Commands' ) ,
5656 y_expand : true ,
5757 y_align : Clutter . ActorAlign . CENTER ,
5858 } ) ;
5959
60- // Use this label to create an icon for the menu instead of the Commands text
61- /*-------------------------------------
62- let label = new St.Icon({
63- icon_name: 'go-down-symbolic',
64- style_class: 'system-status-icon',
65- });
66- --------------------------------------*/
60+ // Use this label to create an icon for the menu instead of the Commands text:
61+ //
62+ // let label = new St.Icon({
63+ // icon_name: 'go-down-symbolic',
64+ // style_class: 'system-status-icon',
65+ // });
66+
6767
6868 this . add_child ( label ) ;
6969
You can’t perform that action at this time.
0 commit comments