François Laurent
François Laurent
It says that roles.level must be unique. Try adding a unique() constraint: ``` Schema::create('roles', function (Blueprint $table) { ... $table->integer('level')->unique()->default(1)->unsigned()->index(); ```
Hi, Thanks for your response. I only use the gtk3 scrollbars provided by gnome-shell (no Unity hack). Overview doesn't have the horizontal scrollbar, even when I unchecked "Hide editor scrollbar",...
In fact, because this issue is not a bug, it is simply a matter of esthetism. I was expecting Overview to be drawn as a part of the main view,...