Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setTrim
Method
setTrim
source/windowing/StarImageWidget.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void ImageWidget::setTrim(bool trim) {
78
m_trim = trim;
79
transformDrawables();
80
}
81
82
void ImageWidget::setMaxSize(Vec2I const& size) {
83
m_maxSize = size;
Callers
1
imageHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected