mirror of
https://github.com/joel16/VITAlbum.git
synced 2024-11-26 21:10:25 +00:00
filebrowser: Use a fixed width of 100.f for size column
This commit is contained in:
parent
d6f2159d6f
commit
64d2a8e8dc
@ -110,7 +110,6 @@ target_link_libraries(${PROJECT_NAME}
|
||||
SceLibKernel_stub
|
||||
SceShaccCg_stub
|
||||
SceSysmodule_stub
|
||||
SceTouch_stub
|
||||
)
|
||||
|
||||
## Create Vita files
|
||||
|
@ -132,7 +132,7 @@ namespace Tabs {
|
||||
ImGui::TableSetupScrollFreeze(0, 1);
|
||||
|
||||
ImGui::TableSetupColumn("Filename", ImGuiTableColumnFlags_DefaultSort);
|
||||
ImGui::TableSetupColumn("Size", ImGuiTableColumnFlags_WidthFixed);
|
||||
ImGui::TableSetupColumn("Size", ImGuiTableColumnFlags_WidthFixed, 100.f);
|
||||
ImGui::TableHeadersRow();
|
||||
|
||||
if (ImGuiTableSortSpecs *sorts_specs = ImGui::TableGetSortSpecs()) {
|
||||
|
Loading…
Reference in New Issue
Block a user