Am Mittwoch, 14. Mai 2014, 08:49:42 schrieb Patrick Shanahan:
> currently:  darktable-1.5.946_g55b5bd7
> 
> Recently the on-screen display font size has diminished greatly; ie: the
> size parameter display when cropping.  Where is this controlled/set?  In
> fact, it appears *all* of the characters have diminished in size.  I
> increased by one all of the fonts listed in
> ~/.control/darktable/darktable.gtkrc but cannot seem to find the setting
> for the chars displayed when cropping.
> 
> I see the same very tiny chars in the "show global preferences" menu.
> 
> Has possibly the "clearlooks-default" theme changed?  If so, I am using
> kde, how to change there?

The reason is probably that I made darktable aware of the screen DPI to 
accommodate for high DPI screens. Maybe you have set a too big value there? 
since you are compiling darktable yourself you could maybe add this line to 
src/gui/gtk.c line 1065 (i.e., after the value was set):

printf("DPI: %f\n", gui->dpi);

then recompile, reinstall and start darktable. Please report the printed 
value. Maybe we have to make this value overrideable in the config.

> tks,

Tobias

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to