tint2conf: Show Loading when drawing themes; use different heights per row

This commit is contained in:
o9000
2016-03-26 14:17:33 +01:00
parent b023229600
commit 92b391a1b2
3 changed files with 52 additions and 32 deletions

View File

@@ -5,7 +5,12 @@
extern GtkWidget *g_theme_view;
extern GtkListStore *theme_list_store;
enum { COL_THEME_FILE = 0, COL_THEME_NAME, COL_SNAPSHOT, NB_COL, };
enum { COL_THEME_FILE = 0,
COL_THEME_NAME,
COL_SNAPSHOT,
COL_WIDTH,
COL_HEIGHT,
NB_COL, };
GtkWidget *create_view();