Skip to content

Commit

Permalink
Reduce scrolling on mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Sep 11, 2021
1 parent 8582352 commit 59e8bab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
13 changes: 7 additions & 6 deletions data/cobang-resp.glade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<requires lib="gtk+" version="3.22"/>
<requires lib="libhandy" version="0.0"/>
<object class="GtkEventBox" id="evbox-copy">
<property name="visible">True</property>
Expand Down Expand Up @@ -131,8 +131,6 @@
</object>
<object class="HdyApplicationWindow" id="main-window">
<property name="can-focus">False</property>
<property name="default-width">916</property>
<property name="default-height">580</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
Expand Down Expand Up @@ -237,6 +235,8 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="shadow-type">in</property>
<property name="max-content-width">720</property>
<property name="propagate-natural-height">True</property>
<child>
<object class="GtkViewport">
<property name="visible">True</property>
Expand All @@ -254,6 +254,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="valign">start</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
Expand All @@ -262,14 +263,14 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkStack" id="stack-img-source">
<property name="width-request">480</property>
<property name="height-request">360</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<signal name="notify::visible-child" handler="on_stack_img_source_visible_child_notify" swapped="no"/>
<child>
<object class="GtkOverlay" id="cont-webcam">
<property name="name">cont-webcam</property>
<property name="width-request">480</property>
<property name="height-request">360</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
Expand Down Expand Up @@ -445,8 +446,8 @@ Remote image (from http://..., sftp://...) is allowed.</property>
<object class="GtkFlowBoxChild">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="valign">start</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
Expand Down
5 changes: 5 additions & 0 deletions data/vn.hoabinh.quan.CoBang.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
</kudos>

<releases>
<release version="0.9.2" date="2021-09-11" urgency="medium">
<description>
<p>Reduce scrolling on mobile screen.</p>
</description>
</release>
<release version="0.9.1" date="2021-09-09" urgency="medium">
<description>
<p>Prevent redundant empty space.</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('cobang',
version: '0.9.1',
version: '0.9.2',
meson_version: '>= 0.53',
default_options: [
'warning_level=2',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cobang"
version = "0.9.1"
version = "0.9.2"
description = "QR code scanner for Linux desktop"
authors = ["Nguyễn Hồng Quân <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 59e8bab

Please sign in to comment.