Home
last modified time | relevance | path

Searched refs:details_height (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/
H A Ddevicedisplay.py537 self.details_height = self.small_font_metrics.height() * 2 + 2
564 self.details_height + self.padding * 2
751 comp4_g2_rect = QRect(comp4_g2_x, details_y, gradient_width, self.details_height)
753 comp4_g2_x, details_y + self.details_height)
765 comp4_rect = QRect(comp4_x, details_y, comp4_width, self.details_height)
780 photos_g2_rect = QRect(photos_g2_x, details_y, gradient_width, self.details_height)
782 photos_g2_x, details_y + self.details_height)
794 photos_rect = QRect(photos_x, details_y, photos_width, self.details_height)
821 videos_rect = QRect(videos_x, details_y, videos_width, self.details_height)
837 other_g2_rect = QRect(other_g2_x, details_y, gradient_width, self.details_height)
[all …]
/dports/games/openttd/openttd-12.1/src/
H A Dautoreplace_gui.cpp84 …int details_height; ///< Minimal needed height of the details panels, in text lines (fou… member in ReplaceVehicleWindow
232 this->details_height = ((vehicletype == VEH_TRAIN) ? 10 : 9); in ReplaceVehicleWindow()
277 size->height = FONT_HEIGHT_NORMAL * this->details_height + padding.height; in UpdateWidgetSize()
474 int needed_height = this->details_height; in OnPaint()
491 if (needed_height != this->details_height) { // Details window are not high enough, enlarge them. in OnPaint()
492 this->details_height = needed_height; in OnPaint()
H A Dbuild_vehicle_gui.cpp1058 …int details_height; ///< Minimal needed height of the details panels, in t… member
1115 this->details_height = ((this->vehicle_type == VEH_TRAIN) ? 10 : 9); in BuildVehicleWindow()
1552 size->height = FONT_HEIGHT_NORMAL * this->details_height + padding.height; in UpdateWidgetSize()
1616 int needed_height = this->details_height; in OnPaint()
1624 if (needed_height != this->details_height) { // Details window are not high enough, enlarge them. in OnPaint()
1625 int resize = needed_height - this->details_height; in OnPaint()
1626 this->details_height = needed_height; in OnPaint()
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Ddisplay.h25 int details_height; member
H A Dview_collection.c394 template->details.height = view->details_height; in fill_template()
542 - (view->name_height + 2 + view->details_height) / 2; in huge_full_template()
577 - (view->name_height + 2 + view->details_height) / 2; in large_full_template()
601 view->details_height / 2; in small_full_template()
936 view->details_height); in calc_size()
H A Ddisplay.c773 view->details_height = h / PANGO_SCALE; in display_update_view()
/dports/sysutils/bashtop/bashtop-d2eb76e/
H A Dbashtop2911 box[details_height]=8
2912 box[processes_line]=$((box[processes_line]+box[details_height]))
2913 box[processes_height]=$((box[processes_height]-box[details_height]))
3225 …local d_width=${box[details_width]} d_height=${box[details_height]} d_line=${box[details_line]} d_…