Added label back to database connection column
This commit is contained in:
parent
d720d322aa
commit
07359fb7b8
@ -195,6 +195,8 @@ class Main extends GtkWindow {
|
|||||||
|
|
||||||
$conn_vbox = new GtkVBox();
|
$conn_vbox = new GtkVBox();
|
||||||
|
|
||||||
|
$conn_vbox->pack_start($dblabel, FALSE, FALSE);
|
||||||
|
|
||||||
// Treeview to show database connections
|
// Treeview to show database connections
|
||||||
{
|
{
|
||||||
// Create a Storage object for connection list
|
// Create a Storage object for connection list
|
||||||
|
Reference in New Issue
Block a user