Displaying 3 results from an estimated 3 matches for "button_width".
2008 Mar 20
0
gtk-window-decorator - unneeded MAX ()
Hi, it seems to me that line gtk-window-decorator.c:3324 could be written as
"top_width = w;" as w will always me the maximum, due to line 3319.
3319 if (w < ICON_SPACE + d->button_width)
3320 return FALSE;
3321
3322 top_width = name_width + d->button_width + ICON_SPACE;
3323 if (w < top_width)
3324 top_width = MAX (ICON_SPACE + d->button_width, w);
- Joel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists...
2007 Apr 02
0
[PATCH] button_layout support for gtk-window-decorator
...et's the action menu to popup where the menu button will be.
# 02-gwd-metacity-button_layout-width-calc-fix-1.patch:
Certain stretching calculations got wrong due to the new possibility for
arbitrary button placements and caused wrong redraw behaviour (white
titlebars etc.). Main issue is the button_width which does not fit into
the concept of left and right button groups on the titlebar.
Attempts to use the correct button extends did fail for me as
meta_get_button_position() (even the metacity theme exports) for some
unknown reason returned wrong x positions when using a non-default
button_layout....
2010 Sep 09
1
406 Not Acceptable with swfupload
...SWFUpload({
upload_url : ''<%= new_asset_path_with_session_information %>'',
flash_url : ''/flash/swfupload.swf'',
// Button settings
button_image_url: "/images/TestImageNoText_65x29.png", //
Relative to the Flash file
button_width: "65",
button_height: "29",
button_placeholder_id: "spanButtonPlaceHolder",
button_text: ''<span class="theFont">Hello</span>'',
button_text_style: ".theFont { font-size: 16; }",
button_text_...