Move the Save/Abort buttons in the planner to the top left and change them to Save/Cancel to be consistent with where our Save/Cancel buttons are in the Maintab.
Signed-off-by: Anton Lundin <[email protected]> --- qt-ui/diveplanner.ui | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt-ui/diveplanner.ui b/qt-ui/diveplanner.ui index a538be3..90c9fda 100644 --- a/qt-ui/diveplanner.ui +++ b/qt-ui/diveplanner.ui @@ -99,15 +99,18 @@ </item> <item row="0" column="0"> <widget class="QLabel" name="label"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"/> + </property> <property name="text"> <string>Planned Dive Time</string> </property> </widget> </item> - <item row="9" column="0" colspan="2"> + <item row="1" column="1"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> - <set>QDialogButtonBox::Abort|QDialogButtonBox::Save</set> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> </property> </widget> </item> -- 1.9.1 _______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
