[haiku-commits] Change in haiku[master]: Filetype add-on: Fix layout of short description

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: waddlesplash <waddlesplash@xxxxxxxxx>, haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 3 Jun 2020 08:01:58 +0000

From humdinger <humdingerb@xxxxxxxxx>:

humdinger has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/2872 ;)


Change subject: Filetype add-on: Fix layout of short description
......................................................................

Filetype add-on: Fix layout of short description

The short description field needs to span all columns of
the grid layout.
---
M src/preferences/filetypes/ApplicationTypeWindow.cpp
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://git.haiku-os.org:22/haiku refs/changes/72/2872/1

diff --git a/src/preferences/filetypes/ApplicationTypeWindow.cpp 
b/src/preferences/filetypes/ApplicationTypeWindow.cpp
index 4250f54..b2acd3f 100644
--- a/src/preferences/filetypes/ApplicationTypeWindow.cpp
+++ b/src/preferences/filetypes/ApplicationTypeWindow.cpp
@@ -498,7 +498,8 @@
                .Add(fMinorVersionControl, 4, 0, 2)
                .Add(varietyField, 6, 0, 3)
                .Add(fInternalVersionControl, 9, 0, 2)
-               .AddTextControl(fShortDescriptionControl, 0, 1)
+               .AddTextControl(fShortDescriptionControl, 0, 1,
+                       B_ALIGN_HORIZONTAL_UNSET, 1, 10)
                .Add(longLabel, 0, 2)
                .Add(scrollView, 1, 2, 10, 3)
                .SetRowWeight(3, 3);

--
To view, visit https://review.haiku-os.org/c/haiku/+/2872
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: I5b79a83c30ed886c28fe901e488ee17d9c2f2533
Gerrit-Change-Number: 2872
Gerrit-PatchSet: 1
Gerrit-Owner: humdinger <humdingerb@xxxxxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in haiku[master]: Filetype add-on: Fix layout of short description - Gerrit