Re: [Sqlrelay-discussion] How to reduce the font size in sqlr-config-gtk
Brought to you by:
mused
|
From: Frank J. <fr...@jo...> - 2008-06-26 18:36:54
|
On 6/26/08, David Muse <dav...@fi...> wrote:
> The font size isn't hardcoded anywhere, but that program is really old
> and uses gtk-1.2 I think, an ancient version of gtk which has it's own
> themes and font settings that aren't compatible with modern gtk themes.
>
> There is some way to configure it's font settings, I think with a .gtkrc
> file or maybe a .gtkrc-1.2 file or something like that.
This works, pasted into .gtkrc.mine:
style "default-text" {
fontset = "-adobe-helvetica-medium-o-normal--10-100-75-75-p-57-iso10646-1,\
-*-r-*-iso10646-1,*"
}
class "GtkWidget" style "default-text"
Now I just tried to recompile on Ubuntu Hardy, hoping to fix the
segfault issue, as the Ubuntu package is version 0.38, and I get:
sqlrlistener.C:624: warning: comparison between signed and unsigned
integer expressions
At global scope:
cc1plus: error: unrecognized command line option "-Wno-long-double"
Which appears to have been fixed, according to google but it still occurs here?
Cheers,
Frank
|