[PATCH 16/17] Remove unused strings from ui files

Dirk Hohndel dirk at hohndel.org
Wed Dec 24 06:50:43 PST 2014


On Wed, Dec 24, 2014 at 01:38:34PM +0100, Anton Lundin wrote:
> 
> Its the title property who have bin serving as some sort of spacer, i
> guess. We should fix so the add + button "takes" the approperiate space.
> 
> Meanwhile you can:
> 
> diff --git a/qt-ui/tableview.ui b/qt-ui/tableview.ui
> index dce3fb7..a252648 100644
> --- a/qt-ui/tableview.ui
> +++ b/qt-ui/tableview.ui
> @@ -10,6 +10,9 @@
>      <height>300</height>
>     </rect>
>    </property>
> +  <property name="title">
> +   <string>THIS_IS_A_SPACING_TEXT</string>
> +  </property>
>    <layout class="QVBoxLayout" name="verticalLayout">
>     <item>
>      <widget class="QTableView" name="tableView"/>
> 

Are you planning to send a propoper patch with either the spacing string
or a fix for the underlying problem?

/D


More information about the subsurface mailing list