yahoo_weather
Neroth 11 years ago
parent 245f3f30cb
commit 128a7e2c41
  1. 2
      src/prefs.js

@ -319,7 +319,7 @@ Extends: Gtk.Box,
let that = this;
let textDialog = _("Name of the city");
let dialog = new Gtk.Dialog({title : ""});
let entry = new GWeather.LocationEntry.new(this.world);
let entry = GWeather.LocationEntry.new(this.world);
entry.margin_top = 12;
entry.margin_bottom = 12;
let label = new Gtk.Label({label : textDialog});

Loading…
Cancel
Save