Skip to content

Commit

Permalink
viewer: make the initial window a bit bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Feb 10, 2023
1 parent 738bd0f commit 7bfa356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions viewer/arv-viewer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</child>
</object>
<object class="GtkApplicationWindow" id="main_window">
<property name="height-request">400</property>
<property name="can-focus">False</property>
<property name="show-menubar">False</property>
<child>
Expand Down
2 changes: 1 addition & 1 deletion viewer/arvviewer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ activate (GApplication *application)
G_CALLBACK (camera_binning_cb), viewer);

gtk_widget_set_sensitive (viewer->camera_parameters, FALSE);
gtk_revealer_set_reveal_child (GTK_REVEALER(viewer->camera_parameters), TRUE);
gtk_revealer_set_reveal_child (GTK_REVEALER(viewer->camera_parameters), FALSE);

select_mode (viewer, ARV_VIEWER_MODE_CAMERA_LIST);
update_device_list_cb (GTK_TOOL_BUTTON (viewer->refresh_button), viewer);
Expand Down

0 comments on commit 7bfa356

Please sign in to comment.