Skip to content

Commit

Permalink
allow for window controls on the left
Browse files Browse the repository at this point in the history
Window controls wouldn't move to the left if button layout so configured by user; decoration_layout=:minimize,maximize,close was blocking that. Removing it fixes that and show_close_button=True already enables those buttons.
  • Loading branch information
Vincent Vermeulen authored and mtwebster committed Jan 12, 2020
1 parent 442a385 commit faa4ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/lib/linuxmint/mintSources/mintsources.glade
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@
<property name="title">Software Sources</property>
<property name="has_subtitle">False</property>
<property name="show_close_button">True</property>
<property name="decoration_layout">:minimize,maximize,close</property>
<child>
<placeholder/>
</child>
Expand Down

0 comments on commit faa4ac9

Please sign in to comment.