Re: [darktable-devel] Style plugin too small

2013-11-09 Thread Pascal Obry
Le 09/11/2013 12:11, Roumano a écrit : > One line modification on the file src/libs/styles.c > On the Line 346, the size is actualy : 5*ht > > 5 it's corresponding to only 3 styles list > > replace the "5*ht" by "7*ht", we will have 5 style list. Sure, easy but it must be agreed. Any

Re: [darktable-devel] Style plugin too small

2013-11-09 Thread Roumano
Hi, It's a realy easy modification : One line modification on the file src/libs/styles.c On the Line 346, the size is actualy : 5*ht 5 it's corresponding to only 3 styles list replace the "5*ht" by "7*ht", we will have 5 style list. Regards roumano@roumano ~/bin/darktable/src

Re: [darktable-devel] Style plugin too small

2013-11-07 Thread Pascal Obry
Le 07/11/2013 19:25, Roumano a écrit : > For me, on the ligthroom mode, the size of the style module is too ^ lighttable :) > small (or tiny), we can show only 3 stored style. > So we have rapidly scroll a lot to found a style. > > What do you think a

[darktable-devel] Style plugin too small

2013-11-07 Thread Roumano
Hi, For me, on the ligthroom mode, the size of the style module is too small (or tiny), we can show only 3 stored style. So we have rapidly scroll a lot to found a style. What do you think about increase the size of this plug-in ? Regards --