From 333d18f296e65afb28b6b9a4c01ab516cd5ad912 Mon Sep 17 00:00:00 2001 From: "Michael J. Seiferling" Date: Mon, 14 Dec 2015 23:42:50 -0600 Subject: [PATCH] Minor UI changes to Settings and Game Manager --- GBM/Forms/frmGameManager.vb | 3 +++ GBM/Forms/frmSettings.Designer.vb | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/GBM/Forms/frmGameManager.vb b/GBM/Forms/frmGameManager.vb index 4deaf8a..0a5aa3b 100644 --- a/GBM/Forms/frmGameManager.vb +++ b/GBM/Forms/frmGameManager.vb @@ -562,6 +562,9 @@ Public Class frmGameManager If txtCurrentBackup.Text = "Never" And txtLocalBackup.Text = "Never" Then lblSync.Visible = False btnMarkAsRestored.Enabled = False + ElseIf txtCurrentBackup.Text = "Never" And txtLocalBackup.Text <> "Never" Then + lblSync.Visible = False + btnMarkAsRestored.Enabled = False ElseIf txtCurrentBackup.Text <> txtLocalBackup.Text Then lblSync.ForeColor = Color.Red lblSync.Text = "Out of Sync!" diff --git a/GBM/Forms/frmSettings.Designer.vb b/GBM/Forms/frmSettings.Designer.vb index c6c4ad7..4831172 100644 --- a/GBM/Forms/frmSettings.Designer.vb +++ b/GBM/Forms/frmSettings.Designer.vb @@ -121,9 +121,9 @@ Partial Class frmSettings Me.chkShowDetectionTips.AutoSize = True Me.chkShowDetectionTips.Location = New System.Drawing.Point(6, 88) Me.chkShowDetectionTips.Name = "chkShowDetectionTips" - Me.chkShowDetectionTips.Size = New System.Drawing.Size(136, 17) + Me.chkShowDetectionTips.Size = New System.Drawing.Size(159, 17) Me.chkShowDetectionTips.TabIndex = 3 - Me.chkShowDetectionTips.Text = "Show detection tooltips" + Me.chkShowDetectionTips.Text = "Show detection notifications" Me.chkShowDetectionTips.UseVisualStyleBackColor = True ' 'chkStartToTray @@ -208,7 +208,7 @@ Partial Class frmSettings Me.grpBackup.Size = New System.Drawing.Size(360, 171) Me.grpBackup.TabIndex = 1 Me.grpBackup.TabStop = False - Me.grpBackup.Text = "Backup and Restore Options" + Me.grpBackup.Text = "Backup and Restore" ' 'lblMinutes '