Skip to content

Commit

Permalink
fix: Opening preferences by removing unncessary line (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantehemerson authored Jan 17, 2023
1 parent 5527acc commit 73edc39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ function addLocationWidget(parentWidget, rowNum, settings) {
}

function addWidgetsAsRow(parentWidget, leftWidget, rightWidget, rowNum) {
parentWidget.attach(leftWidget, 0, rowNum, 1, 1);

if (parentWidget instanceof Gtk.ListBox) {
const hbox = new Gtk.Box({
orientation: Gtk.Orientation.HORIZONTAL,
Expand Down

0 comments on commit 73edc39

Please sign in to comment.