search for: icon_size

Displaying 5 results from an estimated 5 matches for "icon_size".

2017 Sep 22
3
gtk3 update causing havoc
On my lab systems, the automatic updates were failing because of the problems with ipod libraries from EPEL being in the way. It turns out that was a good thing, because when I "fixed" it, a massive set of packages was updated, including the new gtk3. These packages are the ones causing problems, I think. gtk3-3.22.10-4.el7.x86_64 gtk3-devel-3.22.10-4.el7.x86_64 In the release notes,
2008 Mar 04
0
question about updating the map
...Does this make sense? the marker i use is a circle drawn with RMagick That is the main thing i want to update, here is what draws the markers text = "<strong>some text for the marker balloons</strong>" icon = GIcon.new(:image => "/images/tmp/#{site.id}.png", :icon_size => GSize.new((r*2),(r*2)), :icon_anchor => GPoint.new(r,r), :info_window_anchor => GPoint.new(r,r)) marker = GMarker.new([site.map_stat.lat.to_f , site.map_stat.long.to_f], :title => title, :icon => icon, :info_window => text)...
2008 Mar 14
0
problem with rjs and marker group
...e tooltip for the image title = "%s %s => %s" % [@group.name, site.site_name, (KeyWord.stat_description(site.status_sensor.last_value)[0])] # create the icon image ( the pivot circle ) icon = GIcon.new(:image => "/images/tmp/#{site.id}.png", :icon_size => GSize.new((r*2),(r*2)), :icon_anchor => GPoint.new(r,r), :info_window_anchor => GPoint.new(r,r)) # place the marker on the map marker = GMarker.new([site.map_stat.lat.to_f , site.map_stat.long.to_f], :title =>...
2010 Dec 01
5
Wine icons for Windows applications
Hi, The latest version of Wine on a Ubuntu/Gnome system automatically creates the correct icons when shortcuts are placed in the desktop or "virtual start menu". However, it seems that the largest icon created is 48x48. Can this size be increased as these icons look fuzzy when using applications like Docky with zoom enabled? (or does this need to be changed somewhere else rather than
2007 Oct 16
3
can''t define custom GIcon
Hi, I am having trouble getting custom GIcons to display. Here is the code in my controller: @map = GMap.new("map_div") @map.control_init(:large_map => true,:map_type => true) @map.icon_global_init(GIcon.new(:image => "images/APBox-20.png "),"ap_none") infoString = "Friendly Name: "+result.friendly_name+