Skip to content

Commit

Permalink
data: ui: Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mgm8 committed Oct 6, 2024
1 parent 2632fd7 commit f978ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spacelab_decoder/data/ui/spacelab_decoder.glade
Original file line number Diff line number Diff line change
Expand Up @@ -462,12 +462,12 @@ Author: Gabriel Mariano Marcelino <[email protected]>
<property name="can-focus">True</property>
<property name="hexpand">True</property>
<property name="orientation">vertical</property>
<property name="wide-handle">True</property>
<child>
<object class="GtkScrolledWindow">
<property name="height-request">300</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="margin-bottom">5</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="hscrollbar-policy">never</property>
Expand Down
2 changes: 1 addition & 1 deletion spacelab_decoder/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
__copyright__ = "Copyright The SpaceLab-Decoder Contributors"
__credits__ = ["Gabriel Mariano Marcelino - PU5GMA"]
__license__ = "GPLv3"
__version__ = "0.4.14"
__version__ = "0.4.15"
__maintainer__ = "Gabriel Mariano Marcelino - PU5GMA"
__email__ = "[email protected]"
__status__ = "Development"

0 comments on commit f978ce5

Please sign in to comment.