Added grid of 3 columns

This commit is contained in:
Fmstrat
2020-01-01 14:00:20 -05:00
parent b1b612ace1
commit 90080a3557
4 changed files with 126 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ function init() {
function createColOptions(){
let options = [
{ name: _("2") },
{ name: _("3") },
{ name: _("4"),}
];
let liststore = new Gtk.ListStore();