Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit817a9ce

Browse files
committed
Better colony progress bar
1 parent0ea8480 commit817a9ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎mutant-web/src/app/colony_window.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ impl Default for ColonyWindow {
127127
current_operation_status:None,
128128
current_progress:0.0,
129129
operation_in_progress:false,
130-
contacts_section_expanded:false,
130+
contacts_section_expanded:true,// Show contacts by default
131131
}
132132
}
133133
}

‎mutant-web/src/app/window_system.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ impl WindowSystem {
294294
WindowType::Put(_) =>[900.0,650.0],// Wide for side-by-side file picker and configuration
295295
WindowType::Fs(_) =>[300.0,600.0],
296296
WindowType::Stats(_) =>[500.0,600.0],
297-
WindowType::Colony(_) =>[800.0,600.0],//Wider for two-column layout
297+
WindowType::Colony(_) =>[1000.0,700.0],//Larger size to match screenshot proportions
298298
// WindowType::Overview(_) => [300.0, 600.0],
299299
// WindowType::Ships(_) => [300.0, 600.0],
300300
// WindowType::Bases(_) => [600.0, 400.0],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp