diff options
author | rbuj <[email protected]> | 2020-04-14 13:33:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-05 14:38:12 +0200 |
commit | af12d512815a111e64b172362331e7d34b4e18cf (patch) | |
tree | 995945c9a7b436ae95290fb11767891d8d7c3c48 /src/ui | |
parent | 4a0d9903b8f6b33b73b2e2bc578c9a237c67b4b3 (diff) | |
download | engrampa-af12d512815a111e64b172362331e7d34b4e18cf.tar.bz2 engrampa-af12d512815a111e64b172362331e7d34b4e18cf.tar.xz |
dlg-batch-add: Set labels GtkSizeGroup in ui file
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/batch-add-files.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/batch-add-files.ui b/src/ui/batch-add-files.ui index 391ad5f..82bb457 100644 --- a/src/ui/batch-add-files.ui +++ b/src/ui/batch-add-files.ui @@ -389,4 +389,11 @@ <action-widget response="-11">a_help_button</action-widget> </action-widgets> </object> + <object class="GtkSizeGroup"> + <widgets> + <widget name="a_archive_label"/> + <widget name="a_location_label"/> + <widget name="a_password_label"/> + </widgets> + </object> </interface> |